Html Css Color HEX #15024F Violent Violet

📋 copy color: '#15024F'

red 21 ◦ green 2 ◦ blue 79

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

Shades of Violent Violet #15024F

Tints of Violent Violet #15024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 77.45%

R = 20.59%
G = 1.96%
B = 77.45%

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

#15024F (or 0x15024F) is known color: Violent Violet. HEX triplet: 15, 02 and 4F. RGB value is (21,2,79). Sum of RGB (Red+Green+Blue) = 21+2+79=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 2 (1.17% from 255 or 1.96% from 102); Blue value is 79 (31.25% from 255 or 77.45% from 102); Max value from RGB is 79 - color contains mainly: blue. Hex color #15024F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #15024F is #EAFDB0. Grayscale: #101010. Windows color (decimal): -15400369 or 5177877. OLE color: 5177877.

HSL color Cylindrical-coordinate representation of color #15024F: hue angle of 254.81º 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 #15024F is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 2 79 -
CMYK 0.73 0.97 0 0.69
HSL 254.81º 0.95% 0.16% -
HSV(B) 254.81º 0.97% 0.31% -
XYZ 1.74 0.77 7.45 -
YUV 16.46 163.29 131.24 -
System Red Green Blue C M Y K H S L
Decimal 21 2 79 0.73 0.97 0 0.69 254.81 0.95 0.16
Hex 15 2 4F 49 61 0 45 FF 5F 10
Octal 25 2 117 111 141 0 105 377 137 20
Binary 10101 10 1001111 1001001 1100001 0 1000101 11111111 1011111 10000

Color Harmonies of #15024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15024F

Black with #15024F

Text Example


Text Example

White with #15024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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