Html Css Color HEX #290161 Persian Indigo

📋 copy color: '#290161'

red 41 ◦ green 1 ◦ blue 97

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

Shades of Persian Indigo #290161

Tints of Persian Indigo #290161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 69.78%

R = 29.5%
G = 0.72%
B = 69.78%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290161 (or 0x290161) is known color: Persian Indigo. HEX triplet: 29, 01 and 61. RGB value is (41,1,97). Sum of RGB (Red+Green+Blue) = 41+1+97=139 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.50% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #290161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290161 is #D6FE9E. Grayscale: #171717. Windows color (decimal): -14089887 or 6357289. OLE color: 6357289.

HSL color Cylindrical-coordinate representation of color #290161: hue angle of 265º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290161 is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 1 97 -
CMYK 0.58 0.99 0 0.62
HSL 265º 0.98% 0.19% -
HSV(B) 265º 0.99% 0.38% -
XYZ 3.08 1.36 11.41 -
YUV 23.9 169.25 140.19 -
System Red Green Blue C M Y K H S L
Decimal 41 1 97 0.58 0.99 0 0.62 265 0.98 0.19
Hex 29 1 61 3A 63 0 3E 109 62 13
Octal 51 1 141 72 143 0 76 411 142 23
Binary 101001 1 1100001 111010 1100011 0 111110 100001001 1100010 10011

Color Harmonies of #290161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290161

Black with #290161

Text Example


Text Example

White with #290161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290161; }

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

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

background-color css

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

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

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

border-color css

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

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

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