Html Css Color HEX #290070 Persian Indigo

📋 copy color: '#290070'

red 41 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #290070

Tints of Persian Indigo #290070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 73.2%

R = 26.8%
G = 0%
B = 73.2%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290070 (or 0x290070) is known color: Persian Indigo. HEX triplet: 29, 00 and 70. RGB value is (41,0,112). Sum of RGB (Red+Green+Blue) = 41+0+112=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 112 (44.14% from 255 or 73.20% from 153); Max value from RGB is 112 - color contains mainly: blue. Hex color #290070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290070 is #D6FF8F. Grayscale: #181818. Windows color (decimal): -14090128 or 7340073. OLE color: 7340073.

HSL color Cylindrical-coordinate representation of color #290070: hue angle of 261.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290070 is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 0 112 -
CMYK 0.63 1 0 0.56
HSL 261.96º 1% 0.22% -
HSV(B) 261.96º 1% 0.44% -
XYZ 3.84 1.64 15.44 -
YUV 25.03 177.08 139.39 -
System Red Green Blue C M Y K H S L
Decimal 41 0 112 0.63 1 0 0.56 261.96 1 0.22
Hex 29 0 70 3F 64 0 38 106 64 16
Octal 51 0 160 77 144 0 70 406 144 26
Binary 101001 0 1110000 111111 1100100 0 111000 100000110 1100100 10110

Color Harmonies of #290070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290070

Black with #290070

Text Example


Text Example

White with #290070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290070; }

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

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

background-color css

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

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

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

border-color css

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

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

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