Html Css Color HEX #291388 Persian Indigo

📋 copy color: '#291388'

red 41 ◦ green 19 ◦ blue 136

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

Shades of Persian Indigo #291388

Tints of Persian Indigo #291388

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.69%

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

R = 20.92%
G = 9.69%
B = 69.39%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291388 (or 0x291388) is known color: Persian Indigo. HEX triplet: 29, 13 and 88. RGB value is (41,19,136). Sum of RGB (Red+Green+Blue) = 41+19+136=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 19 (7.81% from 255 or 9.69% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #291388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291388 is #D6EC77. Grayscale: #262626. Windows color (decimal): -14085240 or 8917801. OLE color: 8917801.

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

Color convert

RGB 41 19 136 -
CMYK 0.70 0.86 0 0.47
HSL 251.28º 0.75% 0.3% -
HSV(B) 251.28º 0.86% 0.53% -
XYZ 5.59 2.71 23.52 -
YUV 38.92 182.79 129.49 -
System Red Green Blue C M Y K H S L
Decimal 41 19 136 0.70 0.86 0 0.47 251.28 0.75 0.3
Hex 29 13 88 46 56 0 2F FB 4B 1E
Octal 51 23 210 106 126 0 57 373 113 36
Binary 101001 10011 10001000 1000110 1010110 0 101111 11111011 1001011 11110

Color Harmonies of #291388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291388

Black with #291388

Text Example


Text Example

White with #291388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291388; }

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

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

background-color css

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

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

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

border-color css

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

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

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