Html Css Color HEX #2F116E Persian Indigo

📋 copy color: '#2F116E'

red 47 ◦ green 17 ◦ blue 110

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

Shades of Persian Indigo #2F116E

Tints of Persian Indigo #2F116E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 63.22%

R = 27.01%
G = 9.77%
B = 63.22%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F116E (or 0x2F116E) is known color: Persian Indigo. HEX triplet: 2F, 11 and 6E. RGB value is (47,17,110). Sum of RGB (Red+Green+Blue) = 47+17+110=174 (23% of max value = 765). Red value is 47 (18.75% from 255 or 27.01% from 174); Green value is 17 (7.03% from 255 or 9.77% from 174); Blue value is 110 (43.36% from 255 or 63.22% from 174); Max value from RGB is 110 - color contains mainly: blue. Hex color #2F116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F116E is #D0EE91. Grayscale: #242424. Windows color (decimal): -13692562 or 7213359. OLE color: 7213359.

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

Color convert

RGB 47 17 110 -
CMYK 0.57 0.85 0 0.57
HSL 259.35º 0.73% 0.25% -
HSV(B) 259.35º 0.85% 0.43% -
XYZ 4.19 2.13 14.94 -
YUV 36.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 47 17 110 0.57 0.85 0 0.57 259.35 0.73 0.25
Hex 2F 11 6E 39 55 0 39 103 49 19
Octal 57 21 156 71 125 0 71 403 111 31
Binary 101111 10001 1101110 111001 1010101 0 111001 100000011 1001001 11001

Color Harmonies of #2F116E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F116E

Black with #2F116E

Text Example


Text Example

White with #2F116E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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