Html Css Color HEX #291286 Persian Indigo

📋 copy color: '#291286'

red 41 ◦ green 18 ◦ blue 134

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

Shades of Persian Indigo #291286

Tints of Persian Indigo #291286

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.33%

 BLUE value IS 134 (52.73% from 255) = 69.43%

R = 21.24%
G = 9.33%
B = 69.43%

CMYK

 C value IS 0.69

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#291286 (or 0x291286) is known color: Persian Indigo. HEX triplet: 29, 12 and 86. RGB value is (41,18,134). Sum of RGB (Red+Green+Blue) = 41+18+134=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #291286 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291286 is #D6ED79. Grayscale: #252525. Windows color (decimal): -14085498 or 8786473. OLE color: 8786473.

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

Color convert

RGB 41 18 134 -
CMYK 0.69 0.87 0 0.47
HSL 251.9º 0.76% 0.3% -
HSV(B) 251.9º 0.87% 0.53% -
XYZ 5.43 2.63 22.77 -
YUV 38.1 182.12 130.07 -
System Red Green Blue C M Y K H S L
Decimal 41 18 134 0.69 0.87 0 0.47 251.9 0.76 0.3
Hex 29 12 86 45 57 0 2F FC 4C 1E
Octal 51 22 206 105 127 0 57 374 114 36
Binary 101001 10010 10000110 1000101 1010111 0 101111 11111100 1001100 11110

Color Harmonies of #291286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291286

Black with #291286

Text Example


Text Example

White with #291286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291286; }

 p { color: rgb(41,18,134); }

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

background-color css

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

 a { background-color: rgb(41,18,134); }

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

border-color css

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

 span { border-color: rgb(41,18,134); }

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