Html Css Color HEX #251250 Violent Violet

📋 copy color: '#251250'

red 37 ◦ green 18 ◦ blue 80

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

Shades of Violent Violet #251250

Tints of Violent Violet #251250

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

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

R = 27.41%
G = 13.33%
B = 59.26%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#251250 (or 0x251250) is known color: Violent Violet. HEX triplet: 25, 12 and 50. RGB value is (37,18,80). Sum of RGB (Red+Green+Blue) = 37+18+80=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 80 (31.64% from 255 or 59.26% from 135); Max value from RGB is 80 - color contains mainly: blue. Hex color #251250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251250 is #DAEDAF. Grayscale: #1E1E1E. Windows color (decimal): -14347696 or 5247525. OLE color: 5247525.

HSL color Cylindrical-coordinate representation of color #251250: hue angle of 258.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #251250 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 37 18 80 -
CMYK 0.54 0.78 0 0.69
HSL 258.39º 0.63% 0.19% -
HSV(B) 258.39º 0.78% 0.31% -
XYZ 2.43 1.41 7.73 -
YUV 30.75 155.79 132.46 -
System Red Green Blue C M Y K H S L
Decimal 37 18 80 0.54 0.78 0 0.69 258.39 0.63 0.19
Hex 25 12 50 36 4E 0 45 102 3F 13
Octal 45 22 120 66 116 0 105 402 77 23
Binary 100101 10010 1010000 110110 1001110 0 1000101 100000010 111111 10011

Color Harmonies of #251250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251250

Black with #251250

Text Example


Text Example

White with #251250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251250; }

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

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

background-color css

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

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

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

border-color css

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

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

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