Html Css Color HEX #290763 Persian Indigo

📋 copy color: '#290763'

red 41 ◦ green 7 ◦ blue 99

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

Shades of Persian Indigo #290763

Tints of Persian Indigo #290763

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.76%

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

R = 27.89%
G = 4.76%
B = 67.35%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#290763 (or 0x290763) is known color: Persian Indigo. HEX triplet: 29, 07 and 63. RGB value is (41,7,99). Sum of RGB (Red+Green+Blue) = 41+7+99=147 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.89% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #290763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290763 is #D6F89C. Grayscale: #1B1B1B. Windows color (decimal): -14088349 or 6489897. OLE color: 6489897.

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

Color convert

RGB 41 7 99 -
CMYK 0.59 0.93 0 0.61
HSL 262.17º 0.87% 0.21% -
HSV(B) 262.17º 0.93% 0.39% -
XYZ 3.24 1.52 11.93 -
YUV 27.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 41 7 99 0.59 0.93 0 0.61 262.17 0.87 0.21
Hex 29 7 63 3B 5D 0 3D 106 57 15
Octal 51 7 143 73 135 0 75 406 127 25
Binary 101001 111 1100011 111011 1011101 0 111101 100000110 1010111 10101

Color Harmonies of #290763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290763

Black with #290763

Text Example


Text Example

White with #290763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290763; }

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

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

background-color css

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

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

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

border-color css

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

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

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