Html Css Color HEX #2F059B Persian Indigo

📋 copy color: '#2F059B'

red 47 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #2F059B

Tints of Persian Indigo #2F059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.42%

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

R = 22.71%
G = 2.42%
B = 74.88%

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

#2F059B (or 0x2F059B) is known color: Persian Indigo. HEX triplet: 2F, 05 and 9B. RGB value is (47,5,155). Sum of RGB (Red+Green+Blue) = 47+5+155=207 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.71% from 207); Green value is 5 (2.34% from 255 or 2.42% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #2F059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F059B is #D0FA64. Grayscale: #222222. Windows color (decimal): -13695589 or 10159407. OLE color: 10159407.

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

Color convert

RGB 47 5 155 -
CMYK 0.70 0.97 0 0.39
HSL 256.8º 0.94% 0.31% -
HSV(B) 256.8º 0.97% 0.61% -
XYZ 7.14 3.08 31.23 -
YUV 34.66 195.91 136.8 -
System Red Green Blue C M Y K H S L
Decimal 47 5 155 0.70 0.97 0 0.39 256.8 0.94 0.31
Hex 2F 5 9B 46 61 0 27 101 5E 1F
Octal 57 5 233 106 141 0 47 401 136 37
Binary 101111 101 10011011 1000110 1100001 0 100111 100000001 1011110 11111

Color Harmonies of #2F059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F059B

Black with #2F059B

Text Example


Text Example

White with #2F059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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