Html Css Color HEX #291285 Persian Indigo

📋 copy color: '#291285'

red 41 ◦ green 18 ◦ blue 133

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

Shades of Persian Indigo #291285

Tints of Persian Indigo #291285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 69.27%

R = 21.35%
G = 9.38%
B = 69.27%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291285 (or 0x291285) is known color: Persian Indigo. HEX triplet: 29, 12 and 85. RGB value is (41,18,133). Sum of RGB (Red+Green+Blue) = 41+18+133=192 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.35% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 133 (52.34% from 255 or 69.27% from 192); Max value from RGB is 133 - color contains mainly: blue. Hex color #291285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291285 is #D6ED7A. Grayscale: #252525. Windows color (decimal): -14085499 or 8720937. OLE color: 8720937.

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

Color convert

RGB 41 18 133 -
CMYK 0.69 0.86 0 0.48
HSL 252º 0.76% 0.3% -
HSV(B) 252º 0.86% 0.52% -
XYZ 5.36 2.6 22.41 -
YUV 37.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 41 18 133 0.69 0.86 0 0.48 252 0.76 0.3
Hex 29 12 85 45 56 0 30 FC 4C 1E
Octal 51 22 205 105 126 0 60 374 114 36
Binary 101001 10010 10000101 1000101 1010110 0 110000 11111100 1001100 11110

Color Harmonies of #291285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291285

Black with #291285

Text Example


Text Example

White with #291285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291285; }

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

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

background-color css

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

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

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

border-color css

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

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

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