Html Css Color HEX #290182 Persian Indigo

📋 copy color: '#290182'

red 41 ◦ green 1 ◦ blue 130

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

Shades of Persian Indigo #290182

Tints of Persian Indigo #290182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 23.84%
G = 0.58%
B = 75.58%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#290182 (or 0x290182) is known color: Persian Indigo. HEX triplet: 29, 01 and 82. RGB value is (41,1,130). Sum of RGB (Red+Green+Blue) = 41+1+130=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #290182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290182 is #D6FE7D. Grayscale: #1B1B1B. Windows color (decimal): -14089854 or 8519977. OLE color: 8519977.

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

Color convert

RGB 41 1 130 -
CMYK 0.68 0.99 0 0.49
HSL 258.6º 0.98% 0.26% -
HSV(B) 258.6º 0.99% 0.51% -
XYZ 4.95 2.1 21.26 -
YUV 27.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 41 1 130 0.68 0.99 0 0.49 258.6 0.98 0.26
Hex 29 1 82 44 63 0 31 103 62 1A
Octal 51 1 202 104 143 0 61 403 142 32
Binary 101001 1 10000010 1000100 1100011 0 110001 100000011 1100010 11010

Color Harmonies of #290182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290182

Black with #290182

Text Example


Text Example

White with #290182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290182; }

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

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

background-color css

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

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

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

border-color css

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

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

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