Html Css Color HEX #291883 Persian Indigo

📋 copy color: '#291883'

red 41 ◦ green 24 ◦ blue 131

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

Shades of Persian Indigo #291883

Tints of Persian Indigo #291883

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 20.92%
G = 12.24%
B = 66.84%

CMYK

 C value IS 0.69

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291883 (or 0x291883) is known color: Persian Indigo. HEX triplet: 29, 18 and 83. RGB value is (41,24,131). Sum of RGB (Red+Green+Blue) = 41+24+131=196 (25% of max value = 765). Red value is 41 (16.41% from 255 or 20.92% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 131 (51.56% from 255 or 66.84% from 196); Max value from RGB is 131 - color contains mainly: blue. Hex color #291883 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291883 is #D6E77C. Grayscale: #282828. Windows color (decimal): -14083965 or 8591401. OLE color: 8591401.

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

Color convert

RGB 41 24 131 -
CMYK 0.69 0.82 0 0.49
HSL 249.53º 0.69% 0.3% -
HSV(B) 249.53º 0.82% 0.51% -
XYZ 5.34 2.76 21.72 -
YUV 41.28 178.63 127.8 -
System Red Green Blue C M Y K H S L
Decimal 41 24 131 0.69 0.82 0 0.49 249.53 0.69 0.3
Hex 29 18 83 45 52 0 31 FA 45 1E
Octal 51 30 203 105 122 0 61 372 105 36
Binary 101001 11000 10000011 1000101 1010010 0 110001 11111010 1000101 11110

Color Harmonies of #291883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291883

Black with #291883

Text Example


Text Example

White with #291883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291883; }

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

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

background-color css

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

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

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

border-color css

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

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

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