Html Css Color HEX #2F089C Persian Indigo

📋 copy color: '#2F089C'

red 47 ◦ green 8 ◦ blue 156

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

Shades of Persian Indigo #2F089C

Tints of Persian Indigo #2F089C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

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

R = 22.27%
G = 3.79%
B = 73.93%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F089C (or 0x2F089C) is known color: Persian Indigo. HEX triplet: 2F, 08 and 9C. RGB value is (47,8,156). Sum of RGB (Red+Green+Blue) = 47+8+156=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #2F089C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F089C is #D0F763. Grayscale: #232323. Windows color (decimal): -13694820 or 10225711. OLE color: 10225711.

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

Color convert

RGB 47 8 156 -
CMYK 0.70 0.95 0 0.39
HSL 255.81º 0.9% 0.32% -
HSV(B) 255.81º 0.95% 0.61% -
XYZ 7.26 3.18 31.68 -
YUV 36.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 47 8 156 0.70 0.95 0 0.39 255.81 0.9 0.32
Hex 2F 8 9C 46 5F 0 27 100 5A 20
Octal 57 10 234 106 137 0 47 400 132 40
Binary 101111 1000 10011100 1000110 1011111 0 100111 100000000 1011010 100000

Color Harmonies of #2F089C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F089C

Black with #2F089C

Text Example


Text Example

White with #2F089C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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