Html Css Color HEX #290670 Persian Indigo

📋 copy color: '#290670'

red 41 ◦ green 6 ◦ blue 112

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

Shades of Persian Indigo #290670

Tints of Persian Indigo #290670

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.77%

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

R = 25.79%
G = 3.77%
B = 70.44%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290670 (or 0x290670) is known color: Persian Indigo. HEX triplet: 29, 06 and 70. RGB value is (41,6,112). Sum of RGB (Red+Green+Blue) = 41+6+112=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #290670 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290670 is #D6F98F. Grayscale: #1C1C1C. Windows color (decimal): -14088592 or 7341609. OLE color: 7341609.

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

Color convert

RGB 41 6 112 -
CMYK 0.63 0.95 0 0.56
HSL 259.81º 0.9% 0.23% -
HSV(B) 259.81º 0.95% 0.44% -
XYZ 3.9 1.77 15.47 -
YUV 28.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 41 6 112 0.63 0.95 0 0.56 259.81 0.9 0.23
Hex 29 6 70 3F 5F 0 38 104 5A 17
Octal 51 6 160 77 137 0 70 404 132 27
Binary 101001 110 1110000 111111 1011111 0 111000 100000100 1011010 10111

Color Harmonies of #290670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290670

Black with #290670

Text Example


Text Example

White with #290670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290670; }

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

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

background-color css

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

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

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

border-color css

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

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

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