Html Css Color HEX #290073 Persian Indigo

📋 copy color: '#290073'

red 41 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #290073

Tints of Persian Indigo #290073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 73.72%

R = 26.28%
G = 0%
B = 73.72%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290073 (or 0x290073) is known color: Persian Indigo. HEX triplet: 29, 00 and 73. RGB value is (41,0,115). Sum of RGB (Red+Green+Blue) = 41+0+115=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 0 (0.39% from 255 or 0% from 156); Blue value is 115 (45.31% from 255 or 73.72% from 156); Max value from RGB is 115 - color contains mainly: blue. Hex color #290073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290073 is #D6FF8C. Grayscale: #181818. Windows color (decimal): -14090125 or 7536681. OLE color: 7536681.

HSL color Cylindrical-coordinate representation of color #290073: hue angle of 261.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290073 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 0 115 -
CMYK 0.64 1 0 0.55
HSL 261.39º 1% 0.23% -
HSV(B) 261.39º 1% 0.45% -
XYZ 4.01 1.71 16.34 -
YUV 25.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 41 0 115 0.64 1 0 0.55 261.39 1 0.23
Hex 29 0 73 40 64 0 37 105 64 17
Octal 51 0 163 100 144 0 67 405 144 27
Binary 101001 0 1110011 1000000 1100100 0 110111 100000101 1100100 10111

Color Harmonies of #290073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290073

Black with #290073

Text Example


Text Example

White with #290073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290073; }

 p { color: rgb(41,0,115); }

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

background-color css

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

 a { background-color: rgb(41,0,115); }

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

border-color css

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

 span { border-color: rgb(41,0,115); }

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