Html Css Color HEX #2F009C Persian Indigo

📋 copy color: '#2F009C'

red 47 ◦ green 0 ◦ blue 156

#2F009C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2F009C

Tints of Persian Indigo #2F009C

RGB

 RED value IS 47 (18.75% from 255) = 23.15%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 76.85%

R = 23.15%
G = 0%
B = 76.85%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F009C (or 0x2F009C) is known color: Persian Indigo. HEX triplet: 2F, 00 and 9C. RGB value is (47,0,156). Sum of RGB (Red+Green+Blue) = 47+0+156=203 (26% of max value = 765). Red value is 47 (18.75% from 255 or 23.15% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 156 (61.33% from 255 or 76.85% from 203); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F009C is #D0FF63. Grayscale: #1F1F1F. Windows color (decimal): -13696868 or 10223663. OLE color: 10223663.

HSL color Cylindrical-coordinate representation of color #2F009C: hue angle of 258.08º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F009C is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 0 156 -
CMYK 0.70 1 0 0.39
HSL 258.08º 1% 0.31% -
HSV(B) 258.08º 1% 0.61% -
XYZ 7.17 3 31.65 -
YUV 31.84 198.07 138.82 -
System Red Green Blue C M Y K H S L
Decimal 47 0 156 0.70 1 0 0.39 258.08 1 0.31
Hex 2F 0 9C 46 64 0 27 102 64 1F
Octal 57 0 234 106 144 0 47 402 144 37
Binary 101111 0 10011100 1000110 1100100 0 100111 100000010 1100100 11111

Color Harmonies of #2F009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F009C

Black with #2F009C

Text Example


Text Example

White with #2F009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,0,156); }

 H1.HeaderClassName
 {
   color: #2F009C;
 }
 .AnyTagClassName
 {
   color: #2F009C;
 }
</style>

background-color css

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

 a { background-color: rgb(47,0,156); }

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

border-color css

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

 span { border-color: rgb(47,0,156); }

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