Html Css Color HEX #250D50 Violent Violet

📋 copy color: '#250D50'

red 37 ◦ green 13 ◦ blue 80

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

Shades of Violent Violet #250D50

Tints of Violent Violet #250D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 61.54%

R = 28.46%
G = 10%
B = 61.54%

CMYK

 C value IS 0.54

 M value IS 0.84

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#250D50 (or 0x250D50) is known color: Violent Violet. HEX triplet: 25, 0D and 50. RGB value is (37,13,80). Sum of RGB (Red+Green+Blue) = 37+13+80=130 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.46% from 130); Green value is 13 (5.47% from 255 or 10% from 130); Blue value is 80 (31.64% from 255 or 61.54% from 130); Max value from RGB is 80 - color contains mainly: blue. Hex color #250D50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D50 is #DAF2AF. Grayscale: #1B1B1B. Windows color (decimal): -14348976 or 5246245. OLE color: 5246245.

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

Color convert

RGB 37 13 80 -
CMYK 0.54 0.84 0 0.69
HSL 261.49º 0.72% 0.18% -
HSV(B) 261.49º 0.84% 0.31% -
XYZ 2.35 1.26 7.71 -
YUV 27.81 157.45 134.55 -
System Red Green Blue C M Y K H S L
Decimal 37 13 80 0.54 0.84 0 0.69 261.49 0.72 0.18
Hex 25 D 50 36 54 0 45 105 48 12
Octal 45 15 120 66 124 0 105 405 110 22
Binary 100101 1101 1010000 110110 1010100 0 1000101 100000101 1001000 10010

Color Harmonies of #250D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D50

Black with #250D50

Text Example


Text Example

White with #250D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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