Html Css Color HEX #290270 Persian Indigo

📋 copy color: '#290270'

red 41 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #290270

Tints of Persian Indigo #290270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 26.45%
G = 1.29%
B = 72.26%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290270 (or 0x290270) is known color: Persian Indigo. HEX triplet: 29, 02 and 70. RGB value is (41,2,112). Sum of RGB (Red+Green+Blue) = 41+2+112=155 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.45% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #290270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290270 is #D6FD8F. Grayscale: #191919. Windows color (decimal): -14089616 or 7340585. OLE color: 7340585.

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

Color convert

RGB 41 2 112 -
CMYK 0.63 0.98 0 0.56
HSL 261.27º 0.96% 0.22% -
HSV(B) 261.27º 0.98% 0.44% -
XYZ 3.86 1.68 15.45 -
YUV 26.2 176.42 138.56 -
System Red Green Blue C M Y K H S L
Decimal 41 2 112 0.63 0.98 0 0.56 261.27 0.96 0.22
Hex 29 2 70 3F 62 0 38 105 60 16
Octal 51 2 160 77 142 0 70 405 140 26
Binary 101001 10 1110000 111111 1100010 0 111000 100000101 1100000 10110

Color Harmonies of #290270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290270

Black with #290270

Text Example


Text Example

White with #290270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290270; }

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

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

background-color css

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

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

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

border-color css

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

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

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