Html Css Color HEX #2F116D Persian Indigo

📋 copy color: '#2F116D'

red 47 ◦ green 17 ◦ blue 109

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

Shades of Persian Indigo #2F116D

Tints of Persian Indigo #2F116D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 63.01%

R = 27.17%
G = 9.83%
B = 63.01%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2F116D (or 0x2F116D) is known color: Persian Indigo. HEX triplet: 2F, 11 and 6D. RGB value is (47,17,109). Sum of RGB (Red+Green+Blue) = 47+17+109=173 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.17% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #2F116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F116D is #D0EE92. Grayscale: #242424. Windows color (decimal): -13692563 or 7147823. OLE color: 7147823.

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

Color convert

RGB 47 17 109 -
CMYK 0.57 0.84 0 0.57
HSL 259.57º 0.73% 0.25% -
HSV(B) 259.57º 0.84% 0.43% -
XYZ 4.13 2.11 14.66 -
YUV 36.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 47 17 109 0.57 0.84 0 0.57 259.57 0.73 0.25
Hex 2F 11 6D 39 54 0 39 104 49 19
Octal 57 21 155 71 124 0 71 404 111 31
Binary 101111 10001 1101101 111001 1010100 0 111001 100000100 1001001 11001

Color Harmonies of #2F116D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F116D

Black with #2F116D

Text Example


Text Example

White with #2F116D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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