Html Css Color HEX #150247 Violent Violet

📋 copy color: '#150247'

red 21 ◦ green 2 ◦ blue 71

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

Shades of Violent Violet #150247

Tints of Violent Violet #150247

RGB

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

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

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

R = 22.34%
G = 2.13%
B = 75.53%

CMYK

 C value IS 0.70

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150247 (or 0x150247) is known color: Violent Violet. HEX triplet: 15, 02 and 47. RGB value is (21,2,71). Sum of RGB (Red+Green+Blue) = 21+2+71=94 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.34% from 94); Green value is 2 (1.17% from 255 or 2.13% from 94); Blue value is 71 (28.12% from 255 or 75.53% from 94); Max value from RGB is 71 - color contains mainly: blue. Hex color #150247 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150247 is #EAFDB8. Grayscale: #0F0F0F. Windows color (decimal): -15400377 or 4653589. OLE color: 4653589.

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

Color convert

RGB 21 2 71 -
CMYK 0.70 0.97 0 0.72
HSL 256.52º 0.95% 0.14% -
HSV(B) 256.52º 0.97% 0.28% -
XYZ 1.47 0.66 6.01 -
YUV 15.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 21 2 71 0.70 0.97 0 0.72 256.52 0.95 0.14
Hex 15 2 47 46 61 0 48 101 5F E
Octal 25 2 107 106 141 0 110 401 137 16
Binary 10101 10 1000111 1000110 1100001 0 1001000 100000001 1011111 1110

Color Harmonies of #150247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150247

Black with #150247

Text Example


Text Example

White with #150247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150247; }

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

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

background-color css

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

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

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

border-color css

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

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

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