Html Css Color HEX #290083 Persian Indigo

📋 copy color: '#290083'

red 41 ◦ green 0 ◦ blue 131

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

Shades of Persian Indigo #290083

Tints of Persian Indigo #290083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 76.16%

R = 23.84%
G = 0%
B = 76.16%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#290083 (or 0x290083) is known color: Persian Indigo. HEX triplet: 29, 00 and 83. RGB value is (41,0,131). Sum of RGB (Red+Green+Blue) = 41+0+131=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 131 (51.56% from 255 or 76.16% from 172); Max value from RGB is 131 - color contains mainly: blue. Hex color #290083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290083 is #D6FF7C. Grayscale: #1A1A1A. Windows color (decimal): -14090109 or 8585257. OLE color: 8585257.

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

Color convert

RGB 41 0 131 -
CMYK 0.69 1 0 0.49
HSL 258.78º 1% 0.26% -
HSV(B) 258.78º 1% 0.51% -
XYZ 5.01 2.11 21.62 -
YUV 27.19 186.58 137.85 -
System Red Green Blue C M Y K H S L
Decimal 41 0 131 0.69 1 0 0.49 258.78 1 0.26
Hex 29 0 83 45 64 0 31 103 64 1A
Octal 51 0 203 105 144 0 61 403 144 32
Binary 101001 0 10000011 1000101 1100100 0 110001 100000011 1100100 11010

Color Harmonies of #290083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290083

Black with #290083

Text Example


Text Example

White with #290083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290083; }

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

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

background-color css

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

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

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

border-color css

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

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

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