Html Css Color HEX #150641 Violent Violet

📋 copy color: '#150641'

red 21 ◦ green 6 ◦ blue 65

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

Shades of Violent Violet #150641

Tints of Violent Violet #150641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.52%

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

R = 22.83%
G = 6.52%
B = 70.65%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#150641 (or 0x150641) is known color: Violent Violet. HEX triplet: 15, 06 and 41. RGB value is (21,6,65). Sum of RGB (Red+Green+Blue) = 21+6+65=92 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.83% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 65 (25.78% from 255 or 70.65% from 92); Max value from RGB is 65 - color contains mainly: blue. Hex color #150641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #150641 is #EAF9BE. Grayscale: #101010. Windows color (decimal): -15399359 or 4261397. OLE color: 4261397.

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

Color convert

RGB 21 6 65 -
CMYK 0.68 0.91 0 0.75
HSL 255.25º 0.83% 0.14% -
HSV(B) 255.25º 0.91% 0.25% -
XYZ 1.33 0.67 5.06 -
YUV 17.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 21 6 65 0.68 0.91 0 0.75 255.25 0.83 0.14
Hex 15 6 41 44 5B 0 4B FF 53 E
Octal 25 6 101 104 133 0 113 377 123 16
Binary 10101 110 1000001 1000100 1011011 0 1001011 11111111 1010011 1110

Color Harmonies of #150641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #150641

Black with #150641

Text Example


Text Example

White with #150641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #150641; }

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

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

background-color css

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

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

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

border-color css

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

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

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