Html Css Color HEX #290285 Persian Indigo

📋 copy color: '#290285'

red 41 ◦ green 2 ◦ blue 133

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

Shades of Persian Indigo #290285

Tints of Persian Indigo #290285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 75.57%

R = 23.3%
G = 1.14%
B = 75.57%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290285 (or 0x290285) is known color: Persian Indigo. HEX triplet: 29, 02 and 85. RGB value is (41,2,133). Sum of RGB (Red+Green+Blue) = 41+2+133=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 133 (52.34% from 255 or 75.57% from 176); Max value from RGB is 133 - color contains mainly: blue. Hex color #290285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290285 is #D6FD7A. Grayscale: #1C1C1C. Windows color (decimal): -14089595 or 8716841. OLE color: 8716841.

HSL color Cylindrical-coordinate representation of color #290285: hue angle of 257.86º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #290285 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 2 133 -
CMYK 0.69 0.98 0 0.48
HSL 257.86º 0.97% 0.26% -
HSV(B) 257.86º 0.98% 0.52% -
XYZ 5.17 2.21 22.34 -
YUV 28.6 186.92 136.85 -
System Red Green Blue C M Y K H S L
Decimal 41 2 133 0.69 0.98 0 0.48 257.86 0.97 0.26
Hex 29 2 85 45 62 0 30 102 61 1A
Octal 51 2 205 105 142 0 60 402 141 32
Binary 101001 10 10000101 1000101 1100010 0 110000 100000010 1100001 11010

Color Harmonies of #290285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290285

Black with #290285

Text Example


Text Example

White with #290285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290285; }

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

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

background-color css

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

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

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

border-color css

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

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

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