Html Css Color HEX #251253 Violent Violet

📋 copy color: '#251253'

red 37 ◦ green 18 ◦ blue 83

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

Shades of Violent Violet #251253

Tints of Violent Violet #251253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 60.14%

R = 26.81%
G = 13.04%
B = 60.14%

CMYK

 C value IS 0.55

 M value IS 0.78

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#251253 (or 0x251253) is known color: Violent Violet. HEX triplet: 25, 12 and 53. RGB value is (37,18,83). Sum of RGB (Red+Green+Blue) = 37+18+83=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 83 (32.81% from 255 or 60.14% from 138); Max value from RGB is 83 - color contains mainly: blue. Hex color #251253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251253 is #DAEDAC. Grayscale: #1E1E1E. Windows color (decimal): -14347693 or 5444133. OLE color: 5444133.

HSL color Cylindrical-coordinate representation of color #251253: hue angle of 257.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #251253 is Cyan = 0.55, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 18 83 -
CMYK 0.55 0.78 0 0.67
HSL 257.54º 0.64% 0.2% -
HSV(B) 257.54º 0.78% 0.33% -
XYZ 2.54 1.45 8.33 -
YUV 31.09 157.29 132.21 -
System Red Green Blue C M Y K H S L
Decimal 37 18 83 0.55 0.78 0 0.67 257.54 0.64 0.2
Hex 25 12 53 37 4E 0 43 102 40 14
Octal 45 22 123 67 116 0 103 402 100 24
Binary 100101 10010 1010011 110111 1001110 0 1000011 100000010 1000000 10100

Color Harmonies of #251253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251253

Black with #251253

Text Example


Text Example

White with #251253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251253; }

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

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

background-color css

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

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

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

border-color css

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

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

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