Html Css Color HEX #290084 Persian Indigo

📋 copy color: '#290084'

red 41 ◦ green 0 ◦ blue 132

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

Shades of Persian Indigo #290084

Tints of Persian Indigo #290084

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.7%
G = 0%
B = 76.3%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290084 (or 0x290084) is known color: Persian Indigo. HEX triplet: 29, 00 and 84. RGB value is (41,0,132). Sum of RGB (Red+Green+Blue) = 41+0+132=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 132 (51.95% from 255 or 76.30% from 173); Max value from RGB is 132 - color contains mainly: blue. Hex color #290084 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290084 is #D6FF7B. Grayscale: #1A1A1A. Windows color (decimal): -14090108 or 8650793. OLE color: 8650793.

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

Color convert

RGB 41 0 132 -
CMYK 0.69 1 0 0.48
HSL 258.64º 1% 0.26% -
HSV(B) 258.64º 1% 0.52% -
XYZ 5.08 2.14 21.97 -
YUV 27.31 187.08 137.77 -
System Red Green Blue C M Y K H S L
Decimal 41 0 132 0.69 1 0 0.48 258.64 1 0.26
Hex 29 0 84 45 64 0 30 103 64 1A
Octal 51 0 204 105 144 0 60 403 144 32
Binary 101001 0 10000100 1000101 1100100 0 110000 100000011 1100100 11010

Color Harmonies of #290084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290084

Black with #290084

Text Example


Text Example

White with #290084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290084; }

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

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

background-color css

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

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

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

border-color css

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

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

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