Html Css Color HEX #2F1899 Persian Indigo

📋 copy color: '#2F1899'

red 47 ◦ green 24 ◦ blue 153

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

Shades of Persian Indigo #2F1899

Tints of Persian Indigo #2F1899

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

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

R = 20.98%
G = 10.71%
B = 68.3%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2F1899 (or 0x2F1899) is known color: Persian Indigo. HEX triplet: 2F, 18 and 99. RGB value is (47,24,153). Sum of RGB (Red+Green+Blue) = 47+24+153=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F1899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1899 is #D0E766. Grayscale: #2D2D2D. Windows color (decimal): -13690727 or 10033199. OLE color: 10033199.

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

Color convert

RGB 47 24 153 -
CMYK 0.69 0.84 0 0.4
HSL 250.7º 0.73% 0.35% -
HSV(B) 250.7º 0.84% 0.6% -
XYZ 7.25 3.56 30.44 -
YUV 45.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 47 24 153 0.69 0.84 0 0.4 250.7 0.73 0.35
Hex 2F 18 99 45 54 0 28 FB 49 23
Octal 57 30 231 105 124 0 50 373 111 43
Binary 101111 11000 10011001 1000101 1010100 0 101000 11111011 1001001 100011

Color Harmonies of #2F1899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1899

Black with #2F1899

Text Example


Text Example

White with #2F1899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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