Html Css Color HEX #25153F Violent Violet

📋 copy color: '#25153F'

red 37 ◦ green 21 ◦ blue 63

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

Shades of Violent Violet #25153F

Tints of Violent Violet #25153F

RGB

 RED value IS 37 (14.84% from 255) = 30.58%

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 63 (25% from 255) = 52.07%

R = 30.58%
G = 17.36%
B = 52.07%

CMYK

 C value IS 0.41

 M value IS 0.67

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#25153F (or 0x25153F) is known color: Violent Violet. HEX triplet: 25, 15 and 3F. RGB value is (37,21,63). Sum of RGB (Red+Green+Blue) = 37+21+63=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #25153F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25153F is #DAEAC0. Grayscale: #1E1E1E. Windows color (decimal): -14346945 or 4134181. OLE color: 4134181.

HSL color Cylindrical-coordinate representation of color #25153F: hue angle of 262.86º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #25153F is Cyan = 0.41, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 21 63 -
CMYK 0.41 0.67 0 0.75
HSL 262.86º 0.5% 0.16% -
HSV(B) 262.86º 0.67% 0.25% -
XYZ 1.93 1.29 4.85 -
YUV 30.57 146.3 132.58 -
System Red Green Blue C M Y K H S L
Decimal 37 21 63 0.41 0.67 0 0.75 262.86 0.5 0.16
Hex 25 15 3F 29 43 0 4B 107 32 10
Octal 45 25 77 51 103 0 113 407 62 20
Binary 100101 10101 111111 101001 1000011 0 1001011 100000111 110010 10000

Color Harmonies of #25153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25153F

Black with #25153F

Text Example


Text Example

White with #25153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25153F; }

 p { color: rgb(37,21,63); }

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

background-color css

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

 a { background-color: rgb(37,21,63); }

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

border-color css

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

 span { border-color: rgb(37,21,63); }

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