Html Css Color HEX #290385 Persian Indigo

📋 copy color: '#290385'

red 41 ◦ green 3 ◦ blue 133

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

Shades of Persian Indigo #290385

Tints of Persian Indigo #290385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

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

R = 23.16%
G = 1.69%
B = 75.14%

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

#290385 (or 0x290385) is known color: Persian Indigo. HEX triplet: 29, 03 and 85. RGB value is (41,3,133). Sum of RGB (Red+Green+Blue) = 41+3+133=177 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.16% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #290385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290385 is #D6FC7A. Grayscale: #1C1C1C. Windows color (decimal): -14089339 or 8717097. OLE color: 8717097.

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

Color convert

RGB 41 3 133 -
CMYK 0.69 0.98 0 0.48
HSL 257.54º 0.96% 0.27% -
HSV(B) 257.54º 0.98% 0.52% -
XYZ 5.18 2.23 22.35 -
YUV 29.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 41 3 133 0.69 0.98 0 0.48 257.54 0.96 0.27
Hex 29 3 85 45 62 0 30 102 60 1B
Octal 51 3 205 105 142 0 60 402 140 33
Binary 101001 11 10000101 1000101 1100010 0 110000 100000010 1100000 11011

Color Harmonies of #290385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290385

Black with #290385

Text Example


Text Example

White with #290385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290385; }

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

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

background-color css

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

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

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

border-color css

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

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

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