Html Css Color HEX #150340 Violent Violet

📋 copy color: '#150340'

red 21 ◦ green 3 ◦ blue 64

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

Shades of Violent Violet #150340

Tints of Violent Violet #150340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 72.73%

R = 23.86%
G = 3.41%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150340 (or 0x150340) is known color: Violent Violet. HEX triplet: 15, 03 and 40. RGB value is (21,3,64). Sum of RGB (Red+Green+Blue) = 21+3+64=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #150340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150340 is #EAFCBF. Grayscale: #0F0F0F. Windows color (decimal): -15400128 or 4195093. OLE color: 4195093.

HSL color Cylindrical-coordinate representation of color #150340: hue angle of 257.7º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #150340 is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 3 64 -
CMYK 0.67 0.95 0 0.75
HSL 257.7º 0.91% 0.13% -
HSV(B) 257.7º 0.95% 0.25% -
XYZ 1.27 0.59 4.9 -
YUV 15.34 155.46 132.04 -
System Red Green Blue C M Y K H S L
Decimal 21 3 64 0.67 0.95 0 0.75 257.7 0.91 0.13
Hex 15 3 40 43 5F 0 4B 102 5B D
Octal 25 3 100 103 137 0 113 402 133 15
Binary 10101 11 1000000 1000011 1011111 0 1001011 100000010 1011011 1101

Color Harmonies of #150340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150340

Black with #150340

Text Example


Text Example

White with #150340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150340; }

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

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

background-color css

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

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

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

border-color css

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

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

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