Html Css Color HEX #290081 Persian Indigo

📋 copy color: '#290081'

red 41 ◦ green 0 ◦ blue 129

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

Shades of Persian Indigo #290081

Tints of Persian Indigo #290081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 75.88%

R = 24.12%
G = 0%
B = 75.88%

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

#290081 (or 0x290081) is known color: Persian Indigo. HEX triplet: 29, 00 and 81. RGB value is (41,0,129). Sum of RGB (Red+Green+Blue) = 41+0+129=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 129 (50.78% from 255 or 75.88% from 170); Max value from RGB is 129 - color contains mainly: blue. Hex color #290081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290081 is #D6FF7E. Grayscale: #1A1A1A. Windows color (decimal): -14090111 or 8454185. OLE color: 8454185.

HSL color Cylindrical-coordinate representation of color #290081: hue angle of 259.07º 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 #290081 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 0 129 -
CMYK 0.68 1 0 0.49
HSL 259.07º 1% 0.25% -
HSV(B) 259.07º 1% 0.51% -
XYZ 4.88 2.06 20.91 -
YUV 26.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 41 0 129 0.68 1 0 0.49 259.07 1 0.25
Hex 29 0 81 44 64 0 31 103 64 19
Octal 51 0 201 104 144 0 61 403 144 31
Binary 101001 0 10000001 1000100 1100100 0 110001 100000011 1100100 11001

Color Harmonies of #290081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290081

Black with #290081

Text Example


Text Example

White with #290081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290081; }

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

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

background-color css

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

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

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

border-color css

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

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

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