Html Css Color HEX #251251 Violent Violet

📋 copy color: '#251251'

red 37 ◦ green 18 ◦ blue 81

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

Shades of Violent Violet #251251

Tints of Violent Violet #251251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 59.56%

R = 27.21%
G = 13.24%
B = 59.56%

CMYK

 C value IS 0.54

 M value IS 0.78

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#251251 (or 0x251251) is known color: Violent Violet. HEX triplet: 25, 12 and 51. RGB value is (37,18,81). Sum of RGB (Red+Green+Blue) = 37+18+81=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 81 (32.03% from 255 or 59.56% from 136); Max value from RGB is 81 - color contains mainly: blue. Hex color #251251 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251251 is #DAEDAE. Grayscale: #1E1E1E. Windows color (decimal): -14347695 or 5313061. OLE color: 5313061.

HSL color Cylindrical-coordinate representation of color #251251: hue angle of 258.1º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251251 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 37 18 81 -
CMYK 0.54 0.78 0 0.68
HSL 258.1º 0.64% 0.19% -
HSV(B) 258.1º 0.78% 0.32% -
XYZ 2.46 1.42 7.93 -
YUV 30.86 156.29 132.38 -
System Red Green Blue C M Y K H S L
Decimal 37 18 81 0.54 0.78 0 0.68 258.1 0.64 0.19
Hex 25 12 51 36 4E 0 44 102 40 13
Octal 45 22 121 66 116 0 104 402 100 23
Binary 100101 10010 1010001 110110 1001110 0 1000100 100000010 1000000 10011

Color Harmonies of #251251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251251

Black with #251251

Text Example


Text Example

White with #251251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251251; }

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

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

background-color css

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

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

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

border-color css

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

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

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