Html Css Color HEX #290678 Persian Indigo

📋 copy color: '#290678'

red 41 ◦ green 6 ◦ blue 120

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

Shades of Persian Indigo #290678

Tints of Persian Indigo #290678

RGB

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

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

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

R = 24.55%
G = 3.59%
B = 71.86%

CMYK

 C value IS 0.66

 M value IS 0.95

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#290678 (or 0x290678) is known color: Persian Indigo. HEX triplet: 29, 06 and 78. RGB value is (41,6,120). Sum of RGB (Red+Green+Blue) = 41+6+120=167 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.55% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #290678 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290678 is #D6F987. Grayscale: #1D1D1D. Windows color (decimal): -14088584 or 7865897. OLE color: 7865897.

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

Color convert

RGB 41 6 120 -
CMYK 0.66 0.95 0 0.53
HSL 258.42º 0.9% 0.25% -
HSV(B) 258.42º 0.95% 0.47% -
XYZ 4.37 1.96 17.92 -
YUV 29.46 179.1 136.23 -
System Red Green Blue C M Y K H S L
Decimal 41 6 120 0.66 0.95 0 0.53 258.42 0.9 0.25
Hex 29 6 78 42 5F 0 35 102 5A 19
Octal 51 6 170 102 137 0 65 402 132 31
Binary 101001 110 1111000 1000010 1011111 0 110101 100000010 1011010 11001

Color Harmonies of #290678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290678

Black with #290678

Text Example


Text Example

White with #290678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290678; }

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

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

background-color css

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

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

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

border-color css

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

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

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