Html Css Color HEX #290463 Persian Indigo

📋 copy color: '#290463'

red 41 ◦ green 4 ◦ blue 99

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

Shades of Persian Indigo #290463

Tints of Persian Indigo #290463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

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

R = 28.47%
G = 2.78%
B = 68.75%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#290463 (or 0x290463) is known color: Persian Indigo. HEX triplet: 29, 04 and 63. RGB value is (41,4,99). Sum of RGB (Red+Green+Blue) = 41+4+99=144 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.47% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #290463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290463 is #D6FB9C. Grayscale: #191919. Windows color (decimal): -14089117 or 6489129. OLE color: 6489129.

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

Color convert

RGB 41 4 99 -
CMYK 0.59 0.96 0 0.61
HSL 263.37º 0.92% 0.2% -
HSV(B) 263.37º 0.96% 0.39% -
XYZ 3.21 1.46 11.92 -
YUV 25.89 169.26 138.78 -
System Red Green Blue C M Y K H S L
Decimal 41 4 99 0.59 0.96 0 0.61 263.37 0.92 0.2
Hex 29 4 63 3B 60 0 3D 107 5C 14
Octal 51 4 143 73 140 0 75 407 134 24
Binary 101001 100 1100011 111011 1100000 0 111101 100000111 1011100 10100

Color Harmonies of #290463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290463

Black with #290463

Text Example


Text Example

White with #290463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290463; }

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

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

background-color css

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

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

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

border-color css

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

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

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