Html Css Color HEX #150249 Violent Violet

📋 copy color: '#150249'

red 21 ◦ green 2 ◦ blue 73

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

Shades of Violent Violet #150249

Tints of Violent Violet #150249

RGB

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

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

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

R = 21.88%
G = 2.08%
B = 76.04%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#150249 (or 0x150249) is known color: Violent Violet. HEX triplet: 15, 02 and 49. RGB value is (21,2,73). Sum of RGB (Red+Green+Blue) = 21+2+73=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 2 (1.17% from 255 or 2.08% from 96); Blue value is 73 (28.91% from 255 or 76.04% from 96); Max value from RGB is 73 - color contains mainly: blue. Hex color #150249 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150249 is #EAFDB6. Grayscale: #0F0F0F. Windows color (decimal): -15400375 or 4784661. OLE color: 4784661.

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

Color convert

RGB 21 2 73 -
CMYK 0.71 0.97 0 0.71
HSL 256.06º 0.95% 0.15% -
HSV(B) 256.06º 0.97% 0.29% -
XYZ 1.53 0.68 6.35 -
YUV 15.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 21 2 73 0.71 0.97 0 0.71 256.06 0.95 0.15
Hex 15 2 49 47 61 0 47 100 5F F
Octal 25 2 111 107 141 0 107 400 137 17
Binary 10101 10 1001001 1000111 1100001 0 1000111 100000000 1011111 1111

Color Harmonies of #150249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150249

Black with #150249

Text Example


Text Example

White with #150249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150249; }

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

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

background-color css

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

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

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

border-color css

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

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

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