Html Css Color HEX #150047 Violent Violet

📋 copy color: '#150047'

red 21 ◦ green 0 ◦ blue 71

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

Shades of Violent Violet #150047

Tints of Violent Violet #150047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 77.17%

R = 22.83%
G = 0%
B = 77.17%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150047 (or 0x150047) is known color: Violent Violet. HEX triplet: 15, 00 and 47. RGB value is (21,0,71). Sum of RGB (Red+Green+Blue) = 21+0+71=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 71 (28.12% from 255 or 77.17% from 92); Max value from RGB is 71 - color contains mainly: blue. Hex color #150047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150047 is #EAFFB8. Grayscale: #0E0E0E. Windows color (decimal): -15400889 or 4653077. OLE color: 4653077.

HSL color Cylindrical-coordinate representation of color #150047: hue angle of 257.75º 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 #150047 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 0 71 -
CMYK 0.70 1 0 0.72
HSL 257.75º 1% 0.14% -
HSV(B) 257.75º 1% 0.28% -
XYZ 1.45 0.61 6 -
YUV 14.37 159.96 132.73 -
System Red Green Blue C M Y K H S L
Decimal 21 0 71 0.70 1 0 0.72 257.75 1 0.14
Hex 15 0 47 46 64 0 48 102 64 E
Octal 25 0 107 106 144 0 110 402 144 16
Binary 10101 0 1000111 1000110 1100100 0 1001000 100000010 1100100 1110

Color Harmonies of #150047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150047

Black with #150047

Text Example


Text Example

White with #150047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150047; }

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

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

background-color css

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

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

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

border-color css

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

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

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