Html Css Color HEX #250D51 Violent Violet

📋 copy color: '#250D51'

red 37 ◦ green 13 ◦ blue 81

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

Shades of Violent Violet #250D51

Tints of Violent Violet #250D51

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.92%

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

R = 28.24%
G = 9.92%
B = 61.83%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#250D51 (or 0x250D51) is known color: Violent Violet. HEX triplet: 25, 0D and 51. RGB value is (37,13,81). Sum of RGB (Red+Green+Blue) = 37+13+81=131 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.24% from 131); Green value is 13 (5.47% from 255 or 9.92% from 131); Blue value is 81 (32.03% from 255 or 61.83% from 131); Max value from RGB is 81 - color contains mainly: blue. Hex color #250D51 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D51 is #DAF2AE. Grayscale: #1B1B1B. Windows color (decimal): -14348975 or 5311781. OLE color: 5311781.

HSL color Cylindrical-coordinate representation of color #250D51: hue angle of 261.18º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250D51 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 13 81 -
CMYK 0.54 0.84 0 0.68
HSL 261.18º 0.72% 0.18% -
HSV(B) 261.18º 0.84% 0.32% -
XYZ 2.39 1.28 7.9 -
YUV 27.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 37 13 81 0.54 0.84 0 0.68 261.18 0.72 0.18
Hex 25 D 51 36 54 0 44 105 48 12
Octal 45 15 121 66 124 0 104 405 110 22
Binary 100101 1101 1010001 110110 1010100 0 1000100 100000101 1001000 10010

Color Harmonies of #250D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D51

Black with #250D51

Text Example


Text Example

White with #250D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D51; }

 p { color: rgb(37,13,81); }

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

background-color css

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

 a { background-color: rgb(37,13,81); }

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

border-color css

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

 span { border-color: rgb(37,13,81); }

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