Html Css Color HEX #150048 Violent Violet

📋 copy color: '#150048'

red 21 ◦ green 0 ◦ blue 72

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

Shades of Violent Violet #150048

Tints of Violent Violet #150048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 22.58%
G = 0%
B = 77.42%

CMYK

 C value IS 0.71

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150048 (or 0x150048) is known color: Violent Violet. HEX triplet: 15, 00 and 48. RGB value is (21,0,72). Sum of RGB (Red+Green+Blue) = 21+0+72=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 72 (28.52% from 255 or 77.42% from 93); Max value from RGB is 72 - color contains mainly: blue. Hex color #150048 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150048 is #EAFFB7. Grayscale: #0E0E0E. Windows color (decimal): -15400888 or 4718613. OLE color: 4718613.

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

Color convert

RGB 21 0 72 -
CMYK 0.71 1 0 0.72
HSL 257.5º 1% 0.14% -
HSV(B) 257.5º 1% 0.28% -
XYZ 1.48 0.63 6.17 -
YUV 14.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 21 0 72 0.71 1 0 0.72 257.5 1 0.14
Hex 15 0 48 47 64 0 48 102 64 E
Octal 25 0 110 107 144 0 110 402 144 16
Binary 10101 0 1001000 1000111 1100100 0 1001000 100000010 1100100 1110

Color Harmonies of #150048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150048

Black with #150048

Text Example


Text Example

White with #150048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150048; }

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

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

background-color css

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

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

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

border-color css

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

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

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