Html Css Color HEX #290482 Persian Indigo

📋 copy color: '#290482'

red 41 ◦ green 4 ◦ blue 130

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

Shades of Persian Indigo #290482

Tints of Persian Indigo #290482

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 23.43%
G = 2.29%
B = 74.29%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#290482 (or 0x290482) is known color: Persian Indigo. HEX triplet: 29, 04 and 82. RGB value is (41,4,130). Sum of RGB (Red+Green+Blue) = 41+4+130=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #290482 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290482 is #D6FB7D. Grayscale: #1C1C1C. Windows color (decimal): -14089086 or 8520745. OLE color: 8520745.

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

Color convert

RGB 41 4 130 -
CMYK 0.68 0.97 0 0.49
HSL 257.62º 0.94% 0.26% -
HSV(B) 257.62º 0.97% 0.51% -
XYZ 4.99 2.17 21.28 -
YUV 29.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 41 4 130 0.68 0.97 0 0.49 257.62 0.94 0.26
Hex 29 4 82 44 61 0 31 102 5E 1A
Octal 51 4 202 104 141 0 61 402 136 32
Binary 101001 100 10000010 1000100 1100001 0 110001 100000010 1011110 11010

Color Harmonies of #290482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290482

Black with #290482

Text Example


Text Example

White with #290482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290482; }

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

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

background-color css

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

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

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

border-color css

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

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

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