Html Css Color HEX #290562 Persian Indigo

📋 copy color: '#290562'

red 41 ◦ green 5 ◦ blue 98

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

Shades of Persian Indigo #290562

Tints of Persian Indigo #290562

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 98 (38.67% from 255) = 68.06%

R = 28.47%
G = 3.47%
B = 68.06%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#290562 (or 0x290562) is known color: Persian Indigo. HEX triplet: 29, 05 and 62. RGB value is (41,5,98). Sum of RGB (Red+Green+Blue) = 41+5+98=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #290562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290562 is #D6FA9D. Grayscale: #1A1A1A. Windows color (decimal): -14088862 or 6423849. OLE color: 6423849.

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

Color convert

RGB 41 5 98 -
CMYK 0.58 0.95 0 0.62
HSL 263.23º 0.9% 0.2% -
HSV(B) 263.23º 0.95% 0.38% -
XYZ 3.17 1.46 11.67 -
YUV 26.37 168.43 138.44 -
System Red Green Blue C M Y K H S L
Decimal 41 5 98 0.58 0.95 0 0.62 263.23 0.9 0.2
Hex 29 5 62 3A 5F 0 3E 107 5A 14
Octal 51 5 142 72 137 0 76 407 132 24
Binary 101001 101 1100010 111010 1011111 0 111110 100000111 1011010 10100

Color Harmonies of #290562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290562

Black with #290562

Text Example


Text Example

White with #290562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290562; }

 p { color: rgb(41,5,98); }

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

background-color css

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

 a { background-color: rgb(41,5,98); }

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

border-color css

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

 span { border-color: rgb(41,5,98); }

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