Html Css Color HEX #291583 Persian Indigo

📋 copy color: '#291583'

red 41 ◦ green 21 ◦ blue 131

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

Shades of Persian Indigo #291583

Tints of Persian Indigo #291583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 67.88%

R = 21.24%
G = 10.88%
B = 67.88%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291583 (or 0x291583) is known color: Persian Indigo. HEX triplet: 29, 15 and 83. RGB value is (41,21,131). Sum of RGB (Red+Green+Blue) = 41+21+131=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #291583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291583 is #D6EA7C. Grayscale: #272727. Windows color (decimal): -14084733 or 8590633. OLE color: 8590633.

HSL color Cylindrical-coordinate representation of color #291583: hue angle of 250.91º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291583 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 21 131 -
CMYK 0.69 0.84 0 0.49
HSL 250.91º 0.72% 0.3% -
HSV(B) 250.91º 0.84% 0.51% -
XYZ 5.28 2.65 21.71 -
YUV 39.52 179.63 129.06 -
System Red Green Blue C M Y K H S L
Decimal 41 21 131 0.69 0.84 0 0.49 250.91 0.72 0.3
Hex 29 15 83 45 54 0 31 FB 48 1E
Octal 51 25 203 105 124 0 61 373 110 36
Binary 101001 10101 10000011 1000101 1010100 0 110001 11111011 1001000 11110

Color Harmonies of #291583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291583

Black with #291583

Text Example


Text Example

White with #291583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291583; }

 p { color: rgb(41,21,131); }

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

background-color css

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

 a { background-color: rgb(41,21,131); }

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

border-color css

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

 span { border-color: rgb(41,21,131); }

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