Html Css Color HEX #250650 Violent Violet

📋 copy color: '#250650'

red 37 ◦ green 6 ◦ blue 80

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

Shades of Violent Violet #250650

Tints of Violent Violet #250650

RGB

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

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

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

R = 30.08%
G = 4.88%
B = 65.04%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#250650 (or 0x250650) is known color: Violent Violet. HEX triplet: 25, 06 and 50. RGB value is (37,6,80). Sum of RGB (Red+Green+Blue) = 37+6+80=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 80 (31.64% from 255 or 65.04% from 123); Max value from RGB is 80 - color contains mainly: blue. Hex color #250650 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250650 is #DAF9AF. Grayscale: #171717. Windows color (decimal): -14350768 or 5244453. OLE color: 5244453.

HSL color Cylindrical-coordinate representation of color #250650: hue angle of 265.14º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250650 is Cyan = 0.54, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 6 80 -
CMYK 0.54 0.92 0 0.69
HSL 265.14º 0.86% 0.17% -
HSV(B) 265.14º 0.93% 0.31% -
XYZ 2.28 1.1 7.68 -
YUV 23.71 159.77 137.48 -
System Red Green Blue C M Y K H S L
Decimal 37 6 80 0.54 0.92 0 0.69 265.14 0.86 0.17
Hex 25 6 50 36 5C 0 45 109 56 11
Octal 45 6 120 66 134 0 105 411 126 21
Binary 100101 110 1010000 110110 1011100 0 1000101 100001001 1010110 10001

Color Harmonies of #250650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250650

Black with #250650

Text Example


Text Example

White with #250650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250650; }

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

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

background-color css

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

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

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

border-color css

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

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

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