Html Css Color HEX #251257 Violent Violet

📋 copy color: '#251257'

red 37 ◦ green 18 ◦ blue 87

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

Shades of Violent Violet #251257

Tints of Violent Violet #251257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.27%

R = 26.06%
G = 12.68%
B = 61.27%

CMYK

 C value IS 0.57

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#251257 (or 0x251257) is known color: Violent Violet. HEX triplet: 25, 12 and 57. RGB value is (37,18,87). Sum of RGB (Red+Green+Blue) = 37+18+87=142 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.06% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 87 (34.38% from 255 or 61.27% from 142); Max value from RGB is 87 - color contains mainly: blue. Hex color #251257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251257 is #DAEDA8. Grayscale: #1F1F1F. Windows color (decimal): -14347689 or 5706277. OLE color: 5706277.

HSL color Cylindrical-coordinate representation of color #251257: hue angle of 256.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #251257 is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 37 18 87 -
CMYK 0.57 0.79 0 0.66
HSL 256.52º 0.66% 0.21% -
HSV(B) 256.52º 0.79% 0.34% -
XYZ 2.7 1.51 9.17 -
YUV 31.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 37 18 87 0.57 0.79 0 0.66 256.52 0.66 0.21
Hex 25 12 57 39 4F 0 42 101 42 15
Octal 45 22 127 71 117 0 102 401 102 25
Binary 100101 10010 1010111 111001 1001111 0 1000010 100000001 1000010 10101

Color Harmonies of #251257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251257

Black with #251257

Text Example


Text Example

White with #251257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251257; }

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

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

background-color css

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

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

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

border-color css

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

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

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