Html Css Color HEX #2F1199 Persian Indigo

📋 copy color: '#2F1199'

red 47 ◦ green 17 ◦ blue 153

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

Shades of Persian Indigo #2F1199

Tints of Persian Indigo #2F1199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 70.51%

R = 21.66%
G = 7.83%
B = 70.51%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F1199 (or 0x2F1199) is known color: Persian Indigo. HEX triplet: 2F, 11 and 99. RGB value is (47,17,153). Sum of RGB (Red+Green+Blue) = 47+17+153=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F1199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1199 is #D0EE66. Grayscale: #282828. Windows color (decimal): -13692519 or 10031407. OLE color: 10031407.

HSL color Cylindrical-coordinate representation of color #2F1199: hue angle of 253.24º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F1199 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 17 153 -
CMYK 0.69 0.89 0 0.4
HSL 253.24º 0.8% 0.33% -
HSV(B) 253.24º 0.89% 0.6% -
XYZ 7.12 3.31 30.4 -
YUV 41.47 190.94 131.94 -
System Red Green Blue C M Y K H S L
Decimal 47 17 153 0.69 0.89 0 0.4 253.24 0.8 0.33
Hex 2F 11 99 45 59 0 28 FD 50 21
Octal 57 21 231 105 131 0 50 375 120 41
Binary 101111 10001 10011001 1000101 1011001 0 101000 11111101 1010000 100001

Color Harmonies of #2F1199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1199

Black with #2F1199

Text Example


Text Example

White with #2F1199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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