Html Css Color HEX #290569 Persian Indigo

📋 copy color: '#290569'

red 41 ◦ green 5 ◦ blue 105

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

Shades of Persian Indigo #290569

Tints of Persian Indigo #290569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.31%

 BLUE value IS 105 (41.41% from 255) = 69.54%

R = 27.15%
G = 3.31%
B = 69.54%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290569 (or 0x290569) is known color: Persian Indigo. HEX triplet: 29, 05 and 69. RGB value is (41,5,105). Sum of RGB (Red+Green+Blue) = 41+5+105=151 (20% of max value = 765). Red value is 41 (16.41% from 255 or 27.15% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #290569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290569 is #D6FA96. Grayscale: #1A1A1A. Windows color (decimal): -14088855 or 6882601. OLE color: 6882601.

HSL color Cylindrical-coordinate representation of color #290569: hue angle of 261.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290569 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 5 105 -
CMYK 0.61 0.95 0 0.59
HSL 261.6º 0.91% 0.22% -
HSV(B) 261.6º 0.95% 0.41% -
XYZ 3.52 1.6 13.49 -
YUV 27.16 171.93 137.87 -
System Red Green Blue C M Y K H S L
Decimal 41 5 105 0.61 0.95 0 0.59 261.6 0.91 0.22
Hex 29 5 69 3D 5F 0 3B 106 5B 16
Octal 51 5 151 75 137 0 73 406 133 26
Binary 101001 101 1101001 111101 1011111 0 111011 100000110 1011011 10110

Color Harmonies of #290569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290569

Black with #290569

Text Example


Text Example

White with #290569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290569; }

 p { color: rgb(41,5,105); }

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

background-color css

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

 a { background-color: rgb(41,5,105); }

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

border-color css

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

 span { border-color: rgb(41,5,105); }

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