Html Css Color HEX #290378 Persian Indigo

📋 copy color: '#290378'

red 41 ◦ green 3 ◦ blue 120

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

Shades of Persian Indigo #290378

Tints of Persian Indigo #290378

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.83%

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

R = 25%
G = 1.83%
B = 73.17%

CMYK

 C value IS 0.66

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290378 (or 0x290378) is known color: Persian Indigo. HEX triplet: 29, 03 and 78. RGB value is (41,3,120). Sum of RGB (Red+Green+Blue) = 41+3+120=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 3 (1.56% from 255 or 1.83% from 164); Blue value is 120 (47.27% from 255 or 73.17% from 164); Max value from RGB is 120 - color contains mainly: blue. Hex color #290378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290378 is #D6FC87. Grayscale: #1B1B1B. Windows color (decimal): -14089352 or 7865129. OLE color: 7865129.

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

Color convert

RGB 41 3 120 -
CMYK 0.66 0.98 0 0.53
HSL 259.49º 0.95% 0.24% -
HSV(B) 259.49º 0.98% 0.47% -
XYZ 4.34 1.89 17.91 -
YUV 27.7 180.09 137.49 -
System Red Green Blue C M Y K H S L
Decimal 41 3 120 0.66 0.98 0 0.53 259.49 0.95 0.24
Hex 29 3 78 42 62 0 35 103 5F 18
Octal 51 3 170 102 142 0 65 403 137 30
Binary 101001 11 1111000 1000010 1100010 0 110101 100000011 1011111 11000

Color Harmonies of #290378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290378

Black with #290378

Text Example


Text Example

White with #290378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290378; }

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

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

background-color css

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

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

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

border-color css

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

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

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