Html Css Color HEX #251259 Violent Violet

📋 copy color: '#251259'

red 37 ◦ green 18 ◦ blue 89

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

Shades of Violent Violet #251259

Tints of Violent Violet #251259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 61.81%

R = 25.69%
G = 12.5%
B = 61.81%

CMYK

 C value IS 0.58

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#251259 (or 0x251259) is known color: Violent Violet. HEX triplet: 25, 12 and 59. RGB value is (37,18,89). Sum of RGB (Red+Green+Blue) = 37+18+89=144 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.69% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 89 (35.16% from 255 or 61.81% from 144); Max value from RGB is 89 - color contains mainly: blue. Hex color #251259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251259 is #DAEDA6. Grayscale: #1F1F1F. Windows color (decimal): -14347687 or 5837349. OLE color: 5837349.

HSL color Cylindrical-coordinate representation of color #251259: hue angle of 256.06º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #251259 is Cyan = 0.58, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 18 89 -
CMYK 0.58 0.80 0 0.65
HSL 256.06º 0.66% 0.21% -
HSV(B) 256.06º 0.8% 0.35% -
XYZ 2.78 1.55 9.6 -
YUV 31.78 160.29 131.73 -
System Red Green Blue C M Y K H S L
Decimal 37 18 89 0.58 0.80 0 0.65 256.06 0.66 0.21
Hex 25 12 59 3A 50 0 41 100 42 15
Octal 45 22 131 72 120 0 101 400 102 25
Binary 100101 10010 1011001 111010 1010000 0 1000001 100000000 1000010 10101

Color Harmonies of #251259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251259

Black with #251259

Text Example


Text Example

White with #251259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251259; }

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

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

background-color css

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

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

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

border-color css

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

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

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