Html Css Color HEX #290769 Persian Indigo

📋 copy color: '#290769'

red 41 ◦ green 7 ◦ blue 105

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

Shades of Persian Indigo #290769

Tints of Persian Indigo #290769

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.58%

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

R = 26.8%
G = 4.58%
B = 68.63%

CMYK

 C value IS 0.61

 M value IS 0.93

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290769 (or 0x290769) is known color: Persian Indigo. HEX triplet: 29, 07 and 69. RGB value is (41,7,105). Sum of RGB (Red+Green+Blue) = 41+7+105=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 7 (3.12% from 255 or 4.58% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #290769 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290769 is #D6F896. Grayscale: #1B1B1B. Windows color (decimal): -14088343 or 6883113. OLE color: 6883113.

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

Color convert

RGB 41 7 105 -
CMYK 0.61 0.93 0 0.59
HSL 260.82º 0.88% 0.22% -
HSV(B) 260.82º 0.93% 0.41% -
XYZ 3.54 1.64 13.5 -
YUV 28.34 171.26 137.03 -
System Red Green Blue C M Y K H S L
Decimal 41 7 105 0.61 0.93 0 0.59 260.82 0.88 0.22
Hex 29 7 69 3D 5D 0 3B 105 58 16
Octal 51 7 151 75 135 0 73 405 130 26
Binary 101001 111 1101001 111101 1011101 0 111011 100000101 1011000 10110

Color Harmonies of #290769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290769

Black with #290769

Text Example


Text Example

White with #290769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290769; }

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

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

background-color css

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

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

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

border-color css

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

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

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