Html Css Color HEX #291483 Persian Indigo

📋 copy color: '#291483'

red 41 ◦ green 20 ◦ blue 131

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

Shades of Persian Indigo #291483

Tints of Persian Indigo #291483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.42%

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

R = 21.35%
G = 10.42%
B = 68.23%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291483 (or 0x291483) is known color: Persian Indigo. HEX triplet: 29, 14 and 83. RGB value is (41,20,131). Sum of RGB (Red+Green+Blue) = 41+20+131=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 131 (51.56% from 255 or 68.23% from 192); Max value from RGB is 131 - color contains mainly: blue. Hex color #291483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291483 is #D6EB7C. Grayscale: #262626. Windows color (decimal): -14084989 or 8590377. OLE color: 8590377.

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

Color convert

RGB 41 20 131 -
CMYK 0.69 0.85 0 0.49
HSL 251.35º 0.74% 0.3% -
HSV(B) 251.35º 0.85% 0.51% -
XYZ 5.26 2.61 21.7 -
YUV 38.93 179.96 129.47 -
System Red Green Blue C M Y K H S L
Decimal 41 20 131 0.69 0.85 0 0.49 251.35 0.74 0.3
Hex 29 14 83 45 55 0 31 FB 4A 1E
Octal 51 24 203 105 125 0 61 373 112 36
Binary 101001 10100 10000011 1000101 1010101 0 110001 11111011 1001010 11110

Color Harmonies of #291483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291483

Black with #291483

Text Example


Text Example

White with #291483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291483; }

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

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

background-color css

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

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

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

border-color css

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

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

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