Html Css Color HEX #2F1168 Persian Indigo

📋 copy color: '#2F1168'

red 47 ◦ green 17 ◦ blue 104

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

Shades of Persian Indigo #2F1168

Tints of Persian Indigo #2F1168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 61.9%

R = 27.98%
G = 10.12%
B = 61.9%

CMYK

 C value IS 0.55

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#2F1168 (or 0x2F1168) is known color: Persian Indigo. HEX triplet: 2F, 11 and 68. RGB value is (47,17,104). Sum of RGB (Red+Green+Blue) = 47+17+104=168 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.98% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #2F1168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2F1168 is #D0EE97. Grayscale: #232323. Windows color (decimal): -13692568 or 6820143. OLE color: 6820143.

HSL color Cylindrical-coordinate representation of color #2F1168: hue angle of 260.69º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2F1168 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 17 104 -
CMYK 0.55 0.84 0 0.59
HSL 260.69º 0.72% 0.24% -
HSV(B) 260.69º 0.84% 0.41% -
XYZ 3.87 2 13.28 -
YUV 35.89 166.44 135.93 -
System Red Green Blue C M Y K H S L
Decimal 47 17 104 0.55 0.84 0 0.59 260.69 0.72 0.24
Hex 2F 11 68 37 54 0 3B 105 48 18
Octal 57 21 150 67 124 0 73 405 110 30
Binary 101111 10001 1101000 110111 1010100 0 111011 100000101 1001000 11000

Color Harmonies of #2F1168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1168

Black with #2F1168

Text Example


Text Example

White with #2F1168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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