Html Css Color HEX #2F1590 Persian Indigo

📋 copy color: '#2F1590'

red 47 ◦ green 21 ◦ blue 144

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

Shades of Persian Indigo #2F1590

Tints of Persian Indigo #2F1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

 BLUE value IS 144 (56.64% from 255) = 67.92%

R = 22.17%
G = 9.91%
B = 67.92%

CMYK

 C value IS 0.67

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F1590 (or 0x2F1590) is known color: Persian Indigo. HEX triplet: 2F, 15 and 90. RGB value is (47,21,144). Sum of RGB (Red+Green+Blue) = 47+21+144=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2F1590 is #D0EA6F. Grayscale: #2A2A2A. Windows color (decimal): -13691504 or 9442607. OLE color: 9442607.

HSL color Cylindrical-coordinate representation of color #2F1590: hue angle of 252.68º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F1590 is Cyan = 0.67, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 47 21 144 -
CMYK 0.67 0.85 0 0.44
HSL 252.68º 0.75% 0.32% -
HSV(B) 252.68º 0.85% 0.56% -
XYZ 6.47 3.15 26.65 -
YUV 42.8 185.11 131 -
System Red Green Blue C M Y K H S L
Decimal 47 21 144 0.67 0.85 0 0.44 252.68 0.75 0.32
Hex 2F 15 90 43 55 0 2C FD 4B 20
Octal 57 25 220 103 125 0 54 375 113 40
Binary 101111 10101 10010000 1000011 1010101 0 101100 11111101 1001011 100000

Color Harmonies of #2F1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1590

Black with #2F1590

Text Example


Text Example

White with #2F1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,21,144); }

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

background-color css

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

 a { background-color: rgb(47,21,144); }

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

border-color css

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

 span { border-color: rgb(47,21,144); }

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