Html Css Color HEX #2F099C Persian Indigo

📋 copy color: '#2F099C'

red 47 ◦ green 9 ◦ blue 156

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

Shades of Persian Indigo #2F099C

Tints of Persian Indigo #2F099C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.25%

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

R = 22.17%
G = 4.25%
B = 73.58%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F099C (or 0x2F099C) is known color: Persian Indigo. HEX triplet: 2F, 09 and 9C. RGB value is (47,9,156). Sum of RGB (Red+Green+Blue) = 47+9+156=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 9 (3.91% from 255 or 4.25% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F099C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F099C is #D0F663. Grayscale: #242424. Windows color (decimal): -13694564 or 10225967. OLE color: 10225967.

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

Color convert

RGB 47 9 156 -
CMYK 0.70 0.94 0 0.39
HSL 255.51º 0.89% 0.32% -
HSV(B) 255.51º 0.94% 0.61% -
XYZ 7.27 3.2 31.69 -
YUV 37.12 195.09 135.05 -
System Red Green Blue C M Y K H S L
Decimal 47 9 156 0.70 0.94 0 0.39 255.51 0.89 0.32
Hex 2F 9 9C 46 5E 0 27 100 59 20
Octal 57 11 234 106 136 0 47 400 131 40
Binary 101111 1001 10011100 1000110 1011110 0 100111 100000000 1011001 100000

Color Harmonies of #2F099C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F099C

Black with #2F099C

Text Example


Text Example

White with #2F099C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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