Html Css Color HEX #15024C Violent Violet

📋 copy color: '#15024C'

red 21 ◦ green 2 ◦ blue 76

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

Shades of Violent Violet #15024C

Tints of Violent Violet #15024C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 76.77%

R = 21.21%
G = 2.02%
B = 76.77%

CMYK

 C value IS 0.72

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15024C (or 0x15024C) is known color: Violent Violet. HEX triplet: 15, 02 and 4C. RGB value is (21,2,76). Sum of RGB (Red+Green+Blue) = 21+2+76=99 (13% of max value = 765). Red value is 21 (8.59% from 255 or 21.21% from 99); Green value is 2 (1.17% from 255 or 2.02% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #15024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15024C is #EAFDB3. Grayscale: #0F0F0F. Windows color (decimal): -15400372 or 4981269. OLE color: 4981269.

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

Color convert

RGB 21 2 76 -
CMYK 0.72 0.97 0 0.70
HSL 255.41º 0.95% 0.15% -
HSV(B) 255.41º 0.97% 0.3% -
XYZ 1.64 0.72 6.89 -
YUV 16.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 21 2 76 0.72 0.97 0 0.70 255.41 0.95 0.15
Hex 15 2 4C 48 61 0 46 FF 5F F
Octal 25 2 114 110 141 0 106 377 137 17
Binary 10101 10 1001100 1001000 1100001 0 1000110 11111111 1011111 1111

Color Harmonies of #15024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15024C

Black with #15024C

Text Example


Text Example

White with #15024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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