Html Css Color HEX #2F049B Persian Indigo

📋 copy color: '#2F049B'

red 47 ◦ green 4 ◦ blue 155

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

Shades of Persian Indigo #2F049B

Tints of Persian Indigo #2F049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 22.82%
G = 1.94%
B = 75.24%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2F049B (or 0x2F049B) is known color: Persian Indigo. HEX triplet: 2F, 04 and 9B. RGB value is (47,4,155). Sum of RGB (Red+Green+Blue) = 47+4+155=206 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.82% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 155 (60.94% from 255 or 75.24% from 206); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F049B is #D0FB64. Grayscale: #212121. Windows color (decimal): -13695845 or 10159151. OLE color: 10159151.

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

Color convert

RGB 47 4 155 -
CMYK 0.70 0.97 0 0.39
HSL 257.09º 0.95% 0.31% -
HSV(B) 257.09º 0.97% 0.61% -
XYZ 7.13 3.06 31.22 -
YUV 34.07 196.25 137.22 -
System Red Green Blue C M Y K H S L
Decimal 47 4 155 0.70 0.97 0 0.39 257.09 0.95 0.31
Hex 2F 4 9B 46 61 0 27 101 5F 1F
Octal 57 4 233 106 141 0 47 401 137 37
Binary 101111 100 10011011 1000110 1100001 0 100111 100000001 1011111 11111

Color Harmonies of #2F049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F049B

Black with #2F049B

Text Example


Text Example

White with #2F049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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