Html Css Color HEX #2F0575 Persian Indigo

📋 copy color: '#2F0575'

red 47 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #2F0575

Tints of Persian Indigo #2F0575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 69.23%

R = 27.81%
G = 2.96%
B = 69.23%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F0575 (or 0x2F0575) is known color: Persian Indigo. HEX triplet: 2F, 05 and 75. RGB value is (47,5,117). Sum of RGB (Red+Green+Blue) = 47+5+117=169 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.81% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 117 (46.09% from 255 or 69.23% from 169); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F0575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F0575 is #D0FA8A. Grayscale: #1D1D1D. Windows color (decimal): -13695627 or 7669039. OLE color: 7669039.

HSL color Cylindrical-coordinate representation of color #2F0575: hue angle of 262.5º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2F0575 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 47 5 117 -
CMYK 0.60 0.96 0 0.54
HSL 262.5º 0.92% 0.24% -
HSV(B) 262.5º 0.96% 0.46% -
XYZ 4.44 2 16.98 -
YUV 30.33 176.91 139.89 -
System Red Green Blue C M Y K H S L
Decimal 47 5 117 0.60 0.96 0 0.54 262.5 0.92 0.24
Hex 2F 5 75 3C 60 0 36 106 5C 18
Octal 57 5 165 74 140 0 66 406 134 30
Binary 101111 101 1110101 111100 1100000 0 110110 100000110 1011100 11000

Color Harmonies of #2F0575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F0575

Black with #2F0575

Text Example


Text Example

White with #2F0575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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