Html Css Color HEX #2F0578 Persian Indigo

📋 copy color: '#2F0578'

red 47 ◦ green 5 ◦ blue 120

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

Shades of Persian Indigo #2F0578

Tints of Persian Indigo #2F0578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 27.33%
G = 2.91%
B = 69.77%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F0578 (or 0x2F0578) is known color: Persian Indigo. HEX triplet: 2F, 05 and 78. RGB value is (47,5,120). Sum of RGB (Red+Green+Blue) = 47+5+120=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #2F0578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0578 is #D0FA87. Grayscale: #1E1E1E. Windows color (decimal): -13695624 or 7865647. OLE color: 7865647.

HSL color Cylindrical-coordinate representation of color #2F0578: hue angle of 261.91º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0578 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 5 120 -
CMYK 0.61 0.96 0 0.53
HSL 261.91º 0.92% 0.25% -
HSV(B) 261.91º 0.96% 0.47% -
XYZ 4.62 2.07 17.93 -
YUV 30.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 47 5 120 0.61 0.96 0 0.53 261.91 0.92 0.25
Hex 2F 5 78 3D 60 0 35 106 5C 19
Octal 57 5 170 75 140 0 65 406 134 31
Binary 101111 101 1111000 111101 1100000 0 110101 100000110 1011100 11001

Color Harmonies of #2F0578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0578

Black with #2F0578

Text Example


Text Example

White with #2F0578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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