Html Css Color HEX #290273 Persian Indigo

📋 copy color: '#290273'

red 41 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #290273

Tints of Persian Indigo #290273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.27%

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

R = 25.95%
G = 1.27%
B = 72.78%

CMYK

 C value IS 0.64

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290273 (or 0x290273) is known color: Persian Indigo. HEX triplet: 29, 02 and 73. RGB value is (41,2,115). Sum of RGB (Red+Green+Blue) = 41+2+115=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #290273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290273 is #D6FD8C. Grayscale: #1A1A1A. Windows color (decimal): -14089613 or 7537193. OLE color: 7537193.

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

Color convert

RGB 41 2 115 -
CMYK 0.64 0.98 0 0.55
HSL 260.71º 0.97% 0.23% -
HSV(B) 260.71º 0.98% 0.45% -
XYZ 4.03 1.75 16.35 -
YUV 26.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 41 2 115 0.64 0.98 0 0.55 260.71 0.97 0.23
Hex 29 2 73 40 62 0 37 105 61 17
Octal 51 2 163 100 142 0 67 405 141 27
Binary 101001 10 1110011 1000000 1100010 0 110111 100000101 1100001 10111

Color Harmonies of #290273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290273

Black with #290273

Text Example


Text Example

White with #290273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290273; }

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

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

background-color css

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

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

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

border-color css

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

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

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