Html Css Color HEX #150341 Violent Violet

📋 copy color: '#150341'

red 21 ◦ green 3 ◦ blue 65

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

Shades of Violent Violet #150341

Tints of Violent Violet #150341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 73.03%

R = 23.6%
G = 3.37%
B = 73.03%

CMYK

 C value IS 0.68

 M value IS 0.95

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150341 (or 0x150341) is known color: Violent Violet. HEX triplet: 15, 03 and 41. RGB value is (21,3,65). Sum of RGB (Red+Green+Blue) = 21+3+65=89 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.60% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #150341 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150341 is #EAFCBE. Grayscale: #0F0F0F. Windows color (decimal): -15400127 or 4260629. OLE color: 4260629.

HSL color Cylindrical-coordinate representation of color #150341: hue angle of 257.42º 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 #150341 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 21 3 65 -
CMYK 0.68 0.95 0 0.75
HSL 257.42º 0.91% 0.13% -
HSV(B) 257.42º 0.95% 0.25% -
XYZ 1.3 0.61 5.05 -
YUV 15.45 155.96 131.96 -
System Red Green Blue C M Y K H S L
Decimal 21 3 65 0.68 0.95 0 0.75 257.42 0.91 0.13
Hex 15 3 41 44 5F 0 4B 101 5B D
Octal 25 3 101 104 137 0 113 401 133 15
Binary 10101 11 1000001 1000100 1011111 0 1001011 100000001 1011011 1101

Color Harmonies of #150341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150341

Black with #150341

Text Example


Text Example

White with #150341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150341; }

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

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

background-color css

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

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

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

border-color css

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

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

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