Html Css Color HEX #291282 Persian Indigo

📋 copy color: '#291282'

red 41 ◦ green 18 ◦ blue 130

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

Shades of Persian Indigo #291282

Tints of Persian Indigo #291282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 68.78%

R = 21.69%
G = 9.52%
B = 68.78%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291282 (or 0x291282) is known color: Persian Indigo. HEX triplet: 29, 12 and 82. RGB value is (41,18,130). Sum of RGB (Red+Green+Blue) = 41+18+130=189 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.69% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 130 (51.17% from 255 or 68.78% from 189); Max value from RGB is 130 - color contains mainly: blue. Hex color #291282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291282 is #D6ED7D. Grayscale: #252525. Windows color (decimal): -14085502 or 8524329. OLE color: 8524329.

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

Color convert

RGB 41 18 130 -
CMYK 0.68 0.86 0 0.49
HSL 252.32º 0.76% 0.29% -
HSV(B) 252.32º 0.86% 0.51% -
XYZ 5.16 2.52 21.33 -
YUV 37.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 41 18 130 0.68 0.86 0 0.49 252.32 0.76 0.29
Hex 29 12 82 44 56 0 31 FC 4C 1D
Octal 51 22 202 104 126 0 61 374 114 35
Binary 101001 10010 10000010 1000100 1010110 0 110001 11111100 1001100 11101

Color Harmonies of #291282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291282

Black with #291282

Text Example


Text Example

White with #291282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291282; }

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

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

background-color css

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

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

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

border-color css

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

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

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