Html Css Color HEX #2F0599 Persian Indigo

📋 copy color: '#2F0599'

red 47 ◦ green 5 ◦ blue 153

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

Shades of Persian Indigo #2F0599

Tints of Persian Indigo #2F0599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 74.63%

R = 22.93%
G = 2.44%
B = 74.63%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F0599 (or 0x2F0599) is known color: Persian Indigo. HEX triplet: 2F, 05 and 99. RGB value is (47,5,153). Sum of RGB (Red+Green+Blue) = 47+5+153=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F0599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F0599 is #D0FA66. Grayscale: #212121. Windows color (decimal): -13695591 or 10028335. OLE color: 10028335.

HSL color Cylindrical-coordinate representation of color #2F0599: hue angle of 257.03º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2F0599 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 5 153 -
CMYK 0.69 0.97 0 0.4
HSL 257.03º 0.94% 0.31% -
HSV(B) 257.03º 0.97% 0.6% -
XYZ 6.98 3.01 30.35 -
YUV 34.43 194.91 136.97 -
System Red Green Blue C M Y K H S L
Decimal 47 5 153 0.69 0.97 0 0.4 257.03 0.94 0.31
Hex 2F 5 99 45 61 0 28 101 5E 1F
Octal 57 5 231 105 141 0 50 401 136 37
Binary 101111 101 10011001 1000101 1100001 0 101000 100000001 1011110 11111

Color Harmonies of #2F0599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0599

Black with #2F0599

Text Example


Text Example

White with #2F0599

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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