Html Css Color HEX #290D57 Violent Violet

📋 copy color: '#290D57'

red 41 ◦ green 13 ◦ blue 87

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

Shades of Violent Violet #290D57

Tints of Violent Violet #290D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.22%

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 29.08%
G = 9.22%
B = 61.7%

CMYK

 C value IS 0.53

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#290D57 (or 0x290D57) is known color: Violent Violet. HEX triplet: 29, 0D and 57. RGB value is (41,13,87). Sum of RGB (Red+Green+Blue) = 41+13+87=141 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.08% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #290D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290D57 is #D6F2A8. Grayscale: #1D1D1D. Windows color (decimal): -14086825 or 5705001. OLE color: 5705001.

HSL color Cylindrical-coordinate representation of color #290D57: hue angle of 262.7º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #290D57 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 41 13 87 -
CMYK 0.53 0.85 0 0.66
HSL 262.7º 0.74% 0.2% -
HSV(B) 262.7º 0.85% 0.34% -
XYZ 2.78 1.45 9.15 -
YUV 29.81 160.28 135.98 -
System Red Green Blue C M Y K H S L
Decimal 41 13 87 0.53 0.85 0 0.66 262.7 0.74 0.2
Hex 29 D 57 35 55 0 42 107 4A 14
Octal 51 15 127 65 125 0 102 407 112 24
Binary 101001 1101 1010111 110101 1010101 0 1000010 100000111 1001010 10100

Color Harmonies of #290D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290D57

Black with #290D57

Text Example


Text Example

White with #290D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290D57; }

 p { color: rgb(41,13,87); }

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

background-color css

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

 a { background-color: rgb(41,13,87); }

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

border-color css

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

 span { border-color: rgb(41,13,87); }

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