Html Css Color HEX #2F1175 Persian Indigo

📋 copy color: '#2F1175'

red 47 ◦ green 17 ◦ blue 117

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

Shades of Persian Indigo #2F1175

Tints of Persian Indigo #2F1175

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.39%

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

R = 25.97%
G = 9.39%
B = 64.64%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#2F1175 (or 0x2F1175) is known color: Persian Indigo. HEX triplet: 2F, 11 and 75. RGB value is (47,17,117). Sum of RGB (Red+Green+Blue) = 47+17+117=181 (23% of max value = 765). Red value is 47 (18.75% from 255 or 25.97% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 117 (46.09% from 255 or 64.64% from 181); Max value from RGB is 117 - color contains mainly: blue. Hex color #2F1175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1175 is #D0EE8A. Grayscale: #252525. Windows color (decimal): -13692555 or 7672111. OLE color: 7672111.

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

Color convert

RGB 47 17 117 -
CMYK 0.60 0.85 0 0.54
HSL 258º 0.75% 0.26% -
HSV(B) 258º 0.85% 0.46% -
XYZ 4.58 2.29 17.03 -
YUV 37.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 47 17 117 0.60 0.85 0 0.54 258 0.75 0.26
Hex 2F 11 75 3C 55 0 36 102 4B 1A
Octal 57 21 165 74 125 0 66 402 113 32
Binary 101111 10001 1110101 111100 1010101 0 110110 100000010 1001011 11010

Color Harmonies of #2F1175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1175

Black with #2F1175

Text Example


Text Example

White with #2F1175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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