Html Css Color HEX #2F099B Persian Indigo

📋 copy color: '#2F099B'

red 47 ◦ green 9 ◦ blue 155

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

Shades of Persian Indigo #2F099B

Tints of Persian Indigo #2F099B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 73.46%

R = 22.27%
G = 4.27%
B = 73.46%

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

#2F099B (or 0x2F099B) is known color: Persian Indigo. HEX triplet: 2F, 09 and 9B. RGB value is (47,9,155). Sum of RGB (Red+Green+Blue) = 47+9+155=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F099B is #D0F664. Grayscale: #242424. Windows color (decimal): -13694565 or 10160431. OLE color: 10160431.

HSL color Cylindrical-coordinate representation of color #2F099B: hue angle of 255.62º 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 #2F099B is Cyan = 0.70, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 9 155 -
CMYK 0.70 0.94 0 0.39
HSL 255.62º 0.89% 0.32% -
HSV(B) 255.62º 0.94% 0.61% -
XYZ 7.19 3.17 31.24 -
YUV 37.01 194.59 135.13 -
System Red Green Blue C M Y K H S L
Decimal 47 9 155 0.70 0.94 0 0.39 255.62 0.89 0.32
Hex 2F 9 9B 46 5E 0 27 100 59 20
Octal 57 11 233 106 136 0 47 400 131 40
Binary 101111 1001 10011011 1000110 1011110 0 100111 100000000 1011001 100000

Color Harmonies of #2F099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F099B

Black with #2F099B

Text Example


Text Example

White with #2F099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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