Html Css Color HEX #150448 Violent Violet

📋 copy color: '#150448'

red 21 ◦ green 4 ◦ blue 72

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

Shades of Violent Violet #150448

Tints of Violent Violet #150448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.12%

 BLUE value IS 72 (28.52% from 255) = 74.23%

R = 21.65%
G = 4.12%
B = 74.23%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150448 (or 0x150448) is known color: Violent Violet. HEX triplet: 15, 04 and 48. RGB value is (21,4,72). Sum of RGB (Red+Green+Blue) = 21+4+72=97 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.65% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 72 (28.52% from 255 or 74.23% from 97); Max value from RGB is 72 - color contains mainly: blue. Hex color #150448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150448 is #EAFBB7. Grayscale: #101010. Windows color (decimal): -15399864 or 4719637. OLE color: 4719637.

HSL color Cylindrical-coordinate representation of color #150448: hue angle of 255º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #150448 is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 21 4 72 -
CMYK 0.71 0.94 0 0.72
HSL 255º 0.89% 0.15% -
HSV(B) 255º 0.94% 0.28% -
XYZ 1.52 0.71 6.19 -
YUV 16.84 159.13 130.97 -
System Red Green Blue C M Y K H S L
Decimal 21 4 72 0.71 0.94 0 0.72 255 0.89 0.15
Hex 15 4 48 47 5E 0 48 FF 59 F
Octal 25 4 110 107 136 0 110 377 131 17
Binary 10101 100 1001000 1000111 1011110 0 1001000 11111111 1011001 1111

Color Harmonies of #150448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150448

Black with #150448

Text Example


Text Example

White with #150448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150448; }

 p { color: rgb(21,4,72); }

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

background-color css

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

 a { background-color: rgb(21,4,72); }

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

border-color css

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

 span { border-color: rgb(21,4,72); }

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