Html Css Color HEX #290178 Persian Indigo

📋 copy color: '#290178'

red 41 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #290178

Tints of Persian Indigo #290178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 120 (47.27% from 255) = 74.07%

R = 25.31%
G = 0.62%
B = 74.07%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290178 (or 0x290178) is known color: Persian Indigo. HEX triplet: 29, 01 and 78. RGB value is (41,1,120). Sum of RGB (Red+Green+Blue) = 41+1+120=162 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.31% from 162); Green value is 1 (0.78% from 255 or 0.62% from 162); Blue value is 120 (47.27% from 255 or 74.07% from 162); Max value from RGB is 120 - color contains mainly: blue. Hex color #290178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290178 is #D6FE87. Grayscale: #1A1A1A. Windows color (decimal): -14089864 or 7864617. OLE color: 7864617.

HSL color Cylindrical-coordinate representation of color #290178: hue angle of 260.17º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290178 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 41 1 120 -
CMYK 0.66 0.99 0 0.53
HSL 260.17º 0.98% 0.24% -
HSV(B) 260.17º 0.99% 0.47% -
XYZ 4.32 1.85 17.9 -
YUV 26.53 180.75 138.32 -
System Red Green Blue C M Y K H S L
Decimal 41 1 120 0.66 0.99 0 0.53 260.17 0.98 0.24
Hex 29 1 78 42 63 0 35 104 62 18
Octal 51 1 170 102 143 0 65 404 142 30
Binary 101001 1 1111000 1000010 1100011 0 110101 100000100 1100010 11000

Color Harmonies of #290178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290178

Black with #290178

Text Example


Text Example

White with #290178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290178; }

 p { color: rgb(41,1,120); }

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

background-color css

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

 a { background-color: rgb(41,1,120); }

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

border-color css

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

 span { border-color: rgb(41,1,120); }

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