Html Css Color HEX #150251 Violent Violet

📋 copy color: '#150251'

red 21 ◦ green 2 ◦ blue 81

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

Shades of Violent Violet #150251

Tints of Violent Violet #150251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.92%

 BLUE value IS 81 (32.03% from 255) = 77.88%

R = 20.19%
G = 1.92%
B = 77.88%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#150251 (or 0x150251) is known color: Violent Violet. HEX triplet: 15, 02 and 51. RGB value is (21,2,81). Sum of RGB (Red+Green+Blue) = 21+2+81=104 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.19% from 104); Green value is 2 (1.17% from 255 or 1.92% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #150251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #150251 is #EAFDAE. Grayscale: #101010. Windows color (decimal): -15400367 or 5308949. OLE color: 5308949.

HSL color Cylindrical-coordinate representation of color #150251: hue angle of 254.43º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #150251 is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 21 2 81 -
CMYK 0.74 0.98 0 0.68
HSL 254.43º 0.95% 0.16% -
HSV(B) 254.43º 0.98% 0.32% -
XYZ 1.82 0.8 7.84 -
YUV 16.69 164.29 131.08 -
System Red Green Blue C M Y K H S L
Decimal 21 2 81 0.74 0.98 0 0.68 254.43 0.95 0.16
Hex 15 2 51 4A 62 0 44 FE 5F 10
Octal 25 2 121 112 142 0 104 376 137 20
Binary 10101 10 1010001 1001010 1100010 0 1000100 11111110 1011111 10000

Color Harmonies of #150251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150251

Black with #150251

Text Example


Text Example

White with #150251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150251; }

 p { color: rgb(21,2,81); }

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

background-color css

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

 a { background-color: rgb(21,2,81); }

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

border-color css

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

 span { border-color: rgb(21,2,81); }

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