Html Css Color HEX #15024E Violent Violet

📋 copy color: '#15024E'

red 21 ◦ green 2 ◦ blue 78

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

Shades of Violent Violet #15024E

Tints of Violent Violet #15024E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 77.23%

R = 20.79%
G = 1.98%
B = 77.23%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15024E (or 0x15024E) is known color: Violent Violet. HEX triplet: 15, 02 and 4E. RGB value is (21,2,78). Sum of RGB (Red+Green+Blue) = 21+2+78=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 2 (1.17% from 255 or 1.98% from 101); Blue value is 78 (30.86% from 255 or 77.23% from 101); Max value from RGB is 78 - color contains mainly: blue. Hex color #15024E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15024E is #EAFDB1. Grayscale: #101010. Windows color (decimal): -15400370 or 5112341. OLE color: 5112341.

HSL color Cylindrical-coordinate representation of color #15024E: hue angle of 255º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15024E is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 2 78 -
CMYK 0.73 0.97 0 0.69
HSL 255º 0.95% 0.16% -
HSV(B) 255º 0.97% 0.31% -
XYZ 1.71 0.75 7.26 -
YUV 16.35 162.79 131.32 -
System Red Green Blue C M Y K H S L
Decimal 21 2 78 0.73 0.97 0 0.69 255 0.95 0.16
Hex 15 2 4E 49 61 0 45 FF 5F 10
Octal 25 2 116 111 141 0 105 377 137 20
Binary 10101 10 1001110 1001001 1100001 0 1000101 11111111 1011111 10000

Color Harmonies of #15024E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15024E

Black with #15024E

Text Example


Text Example

White with #15024E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15024E; }

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

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

background-color css

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

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

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

border-color css

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

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

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