Html Css Color HEX #15023E Violent Violet

📋 copy color: '#15023E'

red 21 ◦ green 2 ◦ blue 62

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

Shades of Violent Violet #15023E

Tints of Violent Violet #15023E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 72.94%

R = 24.71%
G = 2.35%
B = 72.94%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#15023E (or 0x15023E) is known color: Violent Violet. HEX triplet: 15, 02 and 3E. RGB value is (21,2,62). Sum of RGB (Red+Green+Blue) = 21+2+62=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 62 (24.61% from 255 or 72.94% from 85); Max value from RGB is 62 - color contains mainly: blue. Hex color #15023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15023E is #EAFDC1. Grayscale: #0E0E0E. Windows color (decimal): -15400386 or 4063765. OLE color: 4063765.

HSL color Cylindrical-coordinate representation of color #15023E: hue angle of 259º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #15023E is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 21 2 62 -
CMYK 0.66 0.97 0 0.76
HSL 259º 0.94% 0.13% -
HSV(B) 259º 0.97% 0.24% -
XYZ 1.2 0.55 4.6 -
YUV 14.52 154.79 132.62 -
System Red Green Blue C M Y K H S L
Decimal 21 2 62 0.66 0.97 0 0.76 259 0.94 0.13
Hex 15 2 3E 42 61 0 4C 103 5E D
Octal 25 2 76 102 141 0 114 403 136 15
Binary 10101 10 111110 1000010 1100001 0 1001100 100000011 1011110 1101

Color Harmonies of #15023E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15023E

Black with #15023E

Text Example


Text Example

White with #15023E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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