Html Css Color HEX #150044 Violent Violet

📋 copy color: '#150044'

red 21 ◦ green 0 ◦ blue 68

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

Shades of Violent Violet #150044

Tints of Violent Violet #150044

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 68 (26.95% from 255) = 76.4%

R = 23.6%
G = 0%
B = 76.4%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#150044 (or 0x150044) is known color: Violent Violet. HEX triplet: 15, 00 and 44. RGB value is (21,0,68). Sum of RGB (Red+Green+Blue) = 21+0+68=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 68 (26.95% from 255 or 76.40% from 89); Max value from RGB is 68 - color contains mainly: blue. Hex color #150044 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150044 is #EAFFBB. Grayscale: #0D0D0D. Windows color (decimal): -15400892 or 4456469. OLE color: 4456469.

HSL color Cylindrical-coordinate representation of color #150044: hue angle of 258.53º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #150044 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 21 0 68 -
CMYK 0.69 1 0 0.73
HSL 258.53º 1% 0.13% -
HSV(B) 258.53º 1% 0.27% -
XYZ 1.35 0.58 5.51 -
YUV 14.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 21 0 68 0.69 1 0 0.73 258.53 1 0.13
Hex 15 0 44 45 64 0 49 103 64 D
Octal 25 0 104 105 144 0 111 403 144 15
Binary 10101 0 1000100 1000101 1100100 0 1001001 100000011 1100100 1101

Color Harmonies of #150044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150044

Black with #150044

Text Example


Text Example

White with #150044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150044; }

 p { color: rgb(21,0,68); }

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

background-color css

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

 a { background-color: rgb(21,0,68); }

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

border-color css

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

 span { border-color: rgb(21,0,68); }

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