Html Css Color HEX #150248 Violent Violet

📋 copy color: '#150248'

red 21 ◦ green 2 ◦ blue 72

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

Shades of Violent Violet #150248

Tints of Violent Violet #150248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 75.79%

R = 22.11%
G = 2.11%
B = 75.79%

CMYK

 C value IS 0.71

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150248 (or 0x150248) is known color: Violent Violet. HEX triplet: 15, 02 and 48. RGB value is (21,2,72). Sum of RGB (Red+Green+Blue) = 21+2+72=95 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.11% from 95); Green value is 2 (1.17% from 255 or 2.11% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #150248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150248 is #EAFDB7. Grayscale: #0F0F0F. Windows color (decimal): -15400376 or 4719125. OLE color: 4719125.

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

Color convert

RGB 21 2 72 -
CMYK 0.71 0.97 0 0.72
HSL 256.29º 0.95% 0.15% -
HSV(B) 256.29º 0.97% 0.28% -
XYZ 1.5 0.67 6.18 -
YUV 15.66 159.79 131.81 -
System Red Green Blue C M Y K H S L
Decimal 21 2 72 0.71 0.97 0 0.72 256.29 0.95 0.15
Hex 15 2 48 47 61 0 48 100 5F F
Octal 25 2 110 107 141 0 110 400 137 17
Binary 10101 10 1001000 1000111 1100001 0 1001000 100000000 1011111 1111

Color Harmonies of #150248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150248

Black with #150248

Text Example


Text Example

White with #150248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150248; }

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

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

background-color css

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

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

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

border-color css

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

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

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