#2F0684

Color #2F0684 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #2F0684

Tints of Persian Indigo #2F0684

Color information

#2F0684 (or 0x2F0684) is unknown color: approx Persian Indigo. HEX triplet: 2F, 06 and 84. RGB value is (47,6,132). Sum of RGB (Red+Green+Blue) = 47+6+132=185 (24% of max value = 765). Red value is 47 (18.75% from 255 or 25.41% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #2F0684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0684 is #D0F97B. Grayscale: #202020. Windows color (decimal): -13695356 or 8652335. OLE color: 8652335.

HSL color Cylindrical-coordinate representation of color #2F0684: hue angle of 259.52º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2F0684 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB476132-
CMYK0.640.9500.48
HSL259.52º91.3%27.06%-
HSV(B)259.52º95.45%51.76%-
XYZ5.42.422.01-
YUV32.62184.08138.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 47 (18.75% from 255) = 25.41%
GREEN value IS 6 (2.73% from 255) = 3.24%
BLUE value IS 132 (51.95% from 255) = 71.35%
R=25.41%
G=3.24%
B=71.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4761320.640.9500.48259.5291.327.06
Hex2F684405F0301045b1b
Octal57620410013706040413333
Binary10111111010000100100000010111110110000100000100101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F0684; }

 p { color: rgb(47,6,132); }

 H1.HeaderClassName
 {
   color: #2F0684;
 }
 .AnyTagClassName
 {
   color: #2F0684;
 }
</style>
background-color css

<style>
 a { background-color: #2F0684; }

 a { background-color: rgb(47,6,132); }

 div.DivClassName
 {
   background-color: #2F0684;
 }
 .BgClassName
 {
   background-color: #2F0684;
 }
</style>
border-color css

<style>
 span { border-color: #2F0684; }

 span { border-color: rgb(47,6,132); }

 td.TdClassName
 {
   border-color: #2F0684;
 }
 .TagClassName
 {
   border-color: #2F0684;
 }
</style>