Html Css Color HEX #2F1799 Persian Indigo

📋 copy color: '#2F1799'

red 47 ◦ green 23 ◦ blue 153

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

Shades of Persian Indigo #2F1799

Tints of Persian Indigo #2F1799

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.31%

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

R = 21.08%
G = 10.31%
B = 68.61%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F1799 (or 0x2F1799) is known color: Persian Indigo. HEX triplet: 2F, 17 and 99. RGB value is (47,23,153). Sum of RGB (Red+Green+Blue) = 47+23+153=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 23 (9.38% from 255 or 10.31% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F1799 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1799 is #D0E866. Grayscale: #2C2C2C. Windows color (decimal): -13690983 or 10032943. OLE color: 10032943.

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

Color convert

RGB 47 23 153 -
CMYK 0.69 0.85 0 0.4
HSL 251.08º 0.74% 0.35% -
HSV(B) 251.08º 0.85% 0.6% -
XYZ 7.23 3.52 30.43 -
YUV 45 188.95 129.43 -
System Red Green Blue C M Y K H S L
Decimal 47 23 153 0.69 0.85 0 0.4 251.08 0.74 0.35
Hex 2F 17 99 45 55 0 28 FB 4A 23
Octal 57 27 231 105 125 0 50 373 112 43
Binary 101111 10111 10011001 1000101 1010101 0 101000 11111011 1001010 100011

Color Harmonies of #2F1799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1799

Black with #2F1799

Text Example


Text Example

White with #2F1799

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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