Html Css Color HEX #291C84 Persian Indigo

📋 copy color: '#291C84'

red 41 ◦ green 28 ◦ blue 132

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

Shades of Persian Indigo #291C84

Tints of Persian Indigo #291C84

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.93%

 BLUE value IS 132 (51.95% from 255) = 65.67%

R = 20.4%
G = 13.93%
B = 65.67%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291C84 (or 0x291C84) is known color: Persian Indigo. HEX triplet: 29, 1C and 84. RGB value is (41,28,132). Sum of RGB (Red+Green+Blue) = 41+28+132=201 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.40% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 132 (51.95% from 255 or 65.67% from 201); Max value from RGB is 132 - color contains mainly: blue. Hex color #291C84 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #291C84 is #D6E37B. Grayscale: #2B2B2B. Windows color (decimal): -14082940 or 8657961. OLE color: 8657961.

HSL color Cylindrical-coordinate representation of color #291C84: hue angle of 247.5º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #291C84 is Cyan = 0.69, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 28 132 -
CMYK 0.69 0.79 0 0.48
HSL 247.5º 0.65% 0.31% -
HSV(B) 247.5º 0.79% 0.52% -
XYZ 5.49 2.97 22.11 -
YUV 43.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 41 28 132 0.69 0.79 0 0.48 247.5 0.65 0.31
Hex 29 1C 84 45 4F 0 30 F8 41 1F
Octal 51 34 204 105 117 0 60 370 101 37
Binary 101001 11100 10000100 1000101 1001111 0 110000 11111000 1000001 11111

Color Harmonies of #291C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291C84

Black with #291C84

Text Example


Text Example

White with #291C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291C84; }

 p { color: rgb(41,28,132); }

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

background-color css

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

 a { background-color: rgb(41,28,132); }

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

border-color css

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

 span { border-color: rgb(41,28,132); }

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