Html Css Color HEX #150348 Violent Violet

📋 copy color: '#150348'

red 21 ◦ green 3 ◦ blue 72

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

Shades of Violent Violet #150348

Tints of Violent Violet #150348

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 21.88%
G = 3.13%
B = 75%

CMYK

 C value IS 0.71

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#150348 (or 0x150348) is known color: Violent Violet. HEX triplet: 15, 03 and 48. RGB value is (21,3,72). Sum of RGB (Red+Green+Blue) = 21+3+72=96 (12% of max value = 765). Red value is 21 (8.59% from 255 or 21.88% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 72 (28.52% from 255 or 75% from 96); Max value from RGB is 72 - color contains mainly: blue. Hex color #150348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150348 is #EAFCB7. Grayscale: #0F0F0F. Windows color (decimal): -15400120 or 4719381. OLE color: 4719381.

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

Color convert

RGB 21 3 72 -
CMYK 0.71 0.96 0 0.72
HSL 255.65º 0.92% 0.15% -
HSV(B) 255.65º 0.96% 0.28% -
XYZ 1.51 0.69 6.18 -
YUV 16.25 159.46 131.39 -
System Red Green Blue C M Y K H S L
Decimal 21 3 72 0.71 0.96 0 0.72 255.65 0.92 0.15
Hex 15 3 48 47 60 0 48 100 5C F
Octal 25 3 110 107 140 0 110 400 134 17
Binary 10101 11 1001000 1000111 1100000 0 1001000 100000000 1011100 1111

Color Harmonies of #150348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150348

Black with #150348

Text Example


Text Example

White with #150348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150348; }

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

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

background-color css

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

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

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

border-color css

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

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

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