Html Css Color HEX #2F116F Persian Indigo

📋 copy color: '#2F116F'

red 47 ◦ green 17 ◦ blue 111

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

Shades of Persian Indigo #2F116F

Tints of Persian Indigo #2F116F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 63.43%

R = 26.86%
G = 9.71%
B = 63.43%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#2F116F (or 0x2F116F) is known color: Persian Indigo. HEX triplet: 2F, 11 and 6F. RGB value is (47,17,111). Sum of RGB (Red+Green+Blue) = 47+17+111=175 (23% of max value = 765). Red value is 47 (18.75% from 255 or 26.86% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 111 (43.75% from 255 or 63.43% from 175); Max value from RGB is 111 - color contains mainly: blue. Hex color #2F116F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F116F is #D0EE90. Grayscale: #242424. Windows color (decimal): -13692561 or 7278895. OLE color: 7278895.

HSL color Cylindrical-coordinate representation of color #2F116F: hue angle of 259.15º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F116F is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 17 111 -
CMYK 0.58 0.85 0 0.56
HSL 259.15º 0.73% 0.25% -
HSV(B) 259.15º 0.85% 0.44% -
XYZ 4.24 2.15 15.23 -
YUV 36.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 47 17 111 0.58 0.85 0 0.56 259.15 0.73 0.25
Hex 2F 11 6F 3A 55 0 38 103 49 19
Octal 57 21 157 72 125 0 70 403 111 31
Binary 101111 10001 1101111 111010 1010101 0 111000 100000011 1001001 11001

Color Harmonies of #2F116F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F116F

Black with #2F116F

Text Example


Text Example

White with #2F116F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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