Html Css Color HEX #290363 Persian Indigo

📋 copy color: '#290363'

red 41 ◦ green 3 ◦ blue 99

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

Shades of Persian Indigo #290363

Tints of Persian Indigo #290363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 69.23%

R = 28.67%
G = 2.1%
B = 69.23%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#290363 (or 0x290363) is known color: Persian Indigo. HEX triplet: 29, 03 and 63. RGB value is (41,3,99). Sum of RGB (Red+Green+Blue) = 41+3+99=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 99 (39.06% from 255 or 69.23% from 143); Max value from RGB is 99 - color contains mainly: blue. Hex color #290363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290363 is #D6FC9C. Grayscale: #181818. Windows color (decimal): -14089373 or 6488873. OLE color: 6488873.

HSL color Cylindrical-coordinate representation of color #290363: hue angle of 263.75º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #290363 is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 3 99 -
CMYK 0.59 0.97 0 0.61
HSL 263.75º 0.94% 0.2% -
HSV(B) 263.75º 0.97% 0.39% -
XYZ 3.2 1.44 11.91 -
YUV 25.31 169.59 139.19 -
System Red Green Blue C M Y K H S L
Decimal 41 3 99 0.59 0.97 0 0.61 263.75 0.94 0.2
Hex 29 3 63 3B 61 0 3D 108 5E 14
Octal 51 3 143 73 141 0 75 410 136 24
Binary 101001 11 1100011 111011 1100001 0 111101 100001000 1011110 10100

Color Harmonies of #290363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290363

Black with #290363

Text Example


Text Example

White with #290363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290363; }

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

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

background-color css

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

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

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

border-color css

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

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

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