Html Css Color HEX #2F2590 Persian Indigo

📋 copy color: '#2F2590'

red 47 ◦ green 37 ◦ blue 144

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

Shades of Persian Indigo #2F2590

Tints of Persian Indigo #2F2590

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.23%

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

R = 20.61%
G = 16.23%
B = 63.16%

CMYK

 C value IS 0.67

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F2590 (or 0x2F2590) is known color: Persian Indigo. HEX triplet: 2F, 25 and 90. RGB value is (47,37,144). Sum of RGB (Red+Green+Blue) = 47+37+144=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 37 (14.84% from 255 or 16.23% from 228); Blue value is 144 (56.64% from 255 or 63.16% from 228); Max value from RGB is 144 - color contains mainly: blue. Hex color #2F2590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2590 is #D0DA6F. Grayscale: #333333. Windows color (decimal): -13687408 or 9446703. OLE color: 9446703.

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

Color convert

RGB 47 37 144 -
CMYK 0.67 0.74 0 0.44
HSL 245.61º 0.59% 0.35% -
HSV(B) 245.61º 0.74% 0.56% -
XYZ 6.87 3.94 26.78 -
YUV 52.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 47 37 144 0.67 0.74 0 0.44 245.61 0.59 0.35
Hex 2F 25 90 43 4A 0 2C F6 3B 23
Octal 57 45 220 103 112 0 54 366 73 43
Binary 101111 100101 10010000 1000011 1001010 0 101100 11110110 111011 100011

Color Harmonies of #2F2590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2590

Black with #2F2590

Text Example


Text Example

White with #2F2590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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