Html Css Color HEX #291988 Persian Indigo

📋 copy color: '#291988'

red 41 ◦ green 25 ◦ blue 136

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

Shades of Persian Indigo #291988

Tints of Persian Indigo #291988

RGB

 RED value IS 41 (16.41% from 255) = 20.3%

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 136 (53.52% from 255) = 67.33%

R = 20.3%
G = 12.38%
B = 67.33%

CMYK

 C value IS 0.70

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291988 (or 0x291988) is known color: Persian Indigo. HEX triplet: 29, 19 and 88. RGB value is (41,25,136). Sum of RGB (Red+Green+Blue) = 41+25+136=202 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.30% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 136 (53.52% from 255 or 67.33% from 202); Max value from RGB is 136 - color contains mainly: blue. Hex color #291988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291988 is #D6E677. Grayscale: #2A2A2A. Windows color (decimal): -14083704 or 8919337. OLE color: 8919337.

HSL color Cylindrical-coordinate representation of color #291988: hue angle of 248.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #291988 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 25 136 -
CMYK 0.70 0.82 0 0.47
HSL 248.65º 0.69% 0.32% -
HSV(B) 248.65º 0.82% 0.53% -
XYZ 5.71 2.94 23.56 -
YUV 42.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 41 25 136 0.70 0.82 0 0.47 248.65 0.69 0.32
Hex 29 19 88 46 52 0 2F F9 45 20
Octal 51 31 210 106 122 0 57 371 105 40
Binary 101001 11001 10001000 1000110 1010010 0 101111 11111001 1000101 100000

Color Harmonies of #291988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291988

Black with #291988

Text Example


Text Example

White with #291988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291988; }

 p { color: rgb(41,25,136); }

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

background-color css

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

 a { background-color: rgb(41,25,136); }

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

border-color css

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

 span { border-color: rgb(41,25,136); }

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