Html Css Color HEX #290675 Persian Indigo

📋 copy color: '#290675'

red 41 ◦ green 6 ◦ blue 117

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

Shades of Persian Indigo #290675

Tints of Persian Indigo #290675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 71.34%

R = 25%
G = 3.66%
B = 71.34%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#290675 (or 0x290675) is known color: Persian Indigo. HEX triplet: 29, 06 and 75. RGB value is (41,6,117). Sum of RGB (Red+Green+Blue) = 41+6+117=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #290675 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290675 is #D6F98A. Grayscale: #1C1C1C. Windows color (decimal): -14088587 or 7669289. OLE color: 7669289.

HSL color Cylindrical-coordinate representation of color #290675: hue angle of 258.92º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290675 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 6 117 -
CMYK 0.65 0.95 0 0.54
HSL 258.92º 0.9% 0.24% -
HSV(B) 258.92º 0.95% 0.46% -
XYZ 4.19 1.89 16.97 -
YUV 29.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 41 6 117 0.65 0.95 0 0.54 258.92 0.9 0.24
Hex 29 6 75 41 5F 0 36 103 5A 18
Octal 51 6 165 101 137 0 66 403 132 30
Binary 101001 110 1110101 1000001 1011111 0 110110 100000011 1011010 11000

Color Harmonies of #290675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290675

Black with #290675

Text Example


Text Example

White with #290675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290675; }

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

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

background-color css

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

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

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

border-color css

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

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

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