Html Css Color HEX #291983 Persian Indigo

📋 copy color: '#291983'

red 41 ◦ green 25 ◦ blue 131

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

Shades of Persian Indigo #291983

Tints of Persian Indigo #291983

RGB

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

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

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

R = 20.81%
G = 12.69%
B = 66.5%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291983 (or 0x291983) is known color: Persian Indigo. HEX triplet: 29, 19 and 83. RGB value is (41,25,131). Sum of RGB (Red+Green+Blue) = 41+25+131=197 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.81% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 131 (51.56% from 255 or 66.50% from 197); Max value from RGB is 131 - color contains mainly: blue. Hex color #291983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291983 is #D6E67C. Grayscale: #292929. Windows color (decimal): -14083709 or 8591657. OLE color: 8591657.

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

Color convert

RGB 41 25 131 -
CMYK 0.69 0.81 0 0.49
HSL 249.06º 0.68% 0.31% -
HSV(B) 249.06º 0.81% 0.51% -
XYZ 5.36 2.81 21.73 -
YUV 41.87 178.3 127.38 -
System Red Green Blue C M Y K H S L
Decimal 41 25 131 0.69 0.81 0 0.49 249.06 0.68 0.31
Hex 29 19 83 45 51 0 31 F9 44 1F
Octal 51 31 203 105 121 0 61 371 104 37
Binary 101001 11001 10000011 1000101 1010001 0 110001 11111001 1000100 11111

Color Harmonies of #291983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291983

Black with #291983

Text Example


Text Example

White with #291983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291983; }

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

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

background-color css

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

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

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

border-color css

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

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

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