Html Css Color HEX #290082 Persian Indigo

📋 copy color: '#290082'

red 41 ◦ green 0 ◦ blue 130

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

Shades of Persian Indigo #290082

Tints of Persian Indigo #290082

RGB

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

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

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

R = 23.98%
G = 0%
B = 76.02%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#290082 (or 0x290082) is known color: Persian Indigo. HEX triplet: 29, 00 and 82. RGB value is (41,0,130). Sum of RGB (Red+Green+Blue) = 41+0+130=171 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.98% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 130 (51.17% from 255 or 76.02% from 171); Max value from RGB is 130 - color contains mainly: blue. Hex color #290082 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290082 is #D6FF7D. Grayscale: #1A1A1A. Windows color (decimal): -14090110 or 8519721. OLE color: 8519721.

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

Color convert

RGB 41 0 130 -
CMYK 0.68 1 0 0.49
HSL 258.92º 1% 0.25% -
HSV(B) 258.92º 1% 0.51% -
XYZ 4.94 2.08 21.26 -
YUV 27.08 186.08 137.93 -
System Red Green Blue C M Y K H S L
Decimal 41 0 130 0.68 1 0 0.49 258.92 1 0.25
Hex 29 0 82 44 64 0 31 103 64 19
Octal 51 0 202 104 144 0 61 403 144 31
Binary 101001 0 10000010 1000100 1100100 0 110001 100000011 1100100 11001

Color Harmonies of #290082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290082

Black with #290082

Text Example


Text Example

White with #290082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290082; }

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

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

background-color css

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

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

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

border-color css

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

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

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