Html Css Color HEX #250C50 Violent Violet

📋 copy color: '#250C50'

red 37 ◦ green 12 ◦ blue 80

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

Shades of Violent Violet #250C50

Tints of Violent Violet #250C50

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.3%

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

R = 28.68%
G = 9.3%
B = 62.02%

CMYK

 C value IS 0.54

 M value IS 0.85

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#250C50 (or 0x250C50) is known color: Violent Violet. HEX triplet: 25, 0C and 50. RGB value is (37,12,80). Sum of RGB (Red+Green+Blue) = 37+12+80=129 (17% of max value = 765). Red value is 37 (14.84% from 255 or 28.68% from 129); Green value is 12 (5.08% from 255 or 9.30% from 129); Blue value is 80 (31.64% from 255 or 62.02% from 129); Max value from RGB is 80 - color contains mainly: blue. Hex color #250C50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C50 is #DAF3AF. Grayscale: #1A1A1A. Windows color (decimal): -14349232 or 5245989. OLE color: 5245989.

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

Color convert

RGB 37 12 80 -
CMYK 0.54 0.85 0 0.69
HSL 262.06º 0.74% 0.18% -
HSV(B) 262.06º 0.85% 0.31% -
XYZ 2.34 1.24 7.7 -
YUV 27.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 37 12 80 0.54 0.85 0 0.69 262.06 0.74 0.18
Hex 25 C 50 36 55 0 45 106 4A 12
Octal 45 14 120 66 125 0 105 406 112 22
Binary 100101 1100 1010000 110110 1010101 0 1000101 100000110 1001010 10010

Color Harmonies of #250C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C50

Black with #250C50

Text Example


Text Example

White with #250C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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