Html Css Color HEX #150349 Violent Violet

📋 copy color: '#150349'

red 21 ◦ green 3 ◦ blue 73

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

Shades of Violent Violet #150349

Tints of Violent Violet #150349

RGB

 RED value IS 21 (8.59% from 255) = 21.65%

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

 BLUE value IS 73 (28.91% from 255) = 75.26%

R = 21.65%
G = 3.09%
B = 75.26%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150349 (or 0x150349) is known color: Violent Violet. HEX triplet: 15, 03 and 49. RGB value is (21,3,73). Sum of RGB (Red+Green+Blue) = 21+3+73=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 73 (28.91% from 255 or 75.26% from 97); Max value from RGB is 73 - color contains mainly: blue. Hex color #150349 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150349 is #EAFCB6. Grayscale: #101010. Windows color (decimal): -15400119 or 4784917. OLE color: 4784917.

HSL color Cylindrical-coordinate representation of color #150349: hue angle of 255.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #150349 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 3 73 -
CMYK 0.71 0.96 0 0.71
HSL 255.43º 0.92% 0.15% -
HSV(B) 255.43º 0.96% 0.29% -
XYZ 1.54 0.71 6.36 -
YUV 16.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 21 3 73 0.71 0.96 0 0.71 255.43 0.92 0.15
Hex 15 3 49 47 60 0 47 FF 5C F
Octal 25 3 111 107 140 0 107 377 134 17
Binary 10101 11 1001001 1000111 1100000 0 1000111 11111111 1011100 1111

Color Harmonies of #150349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150349

Black with #150349

Text Example


Text Example

White with #150349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150349; }

 p { color: rgb(21,3,73); }

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

background-color css

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

 a { background-color: rgb(21,3,73); }

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

border-color css

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

 span { border-color: rgb(21,3,73); }

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