Html Css Color HEX #250D57 Violent Violet

📋 copy color: '#250D57'

red 37 ◦ green 13 ◦ blue 87

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

Shades of Violent Violet #250D57

Tints of Violent Violet #250D57

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.49%

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

R = 27.01%
G = 9.49%
B = 63.5%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#250D57 (or 0x250D57) is known color: Violent Violet. HEX triplet: 25, 0D and 57. RGB value is (37,13,87). Sum of RGB (Red+Green+Blue) = 37+13+87=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 87 (34.38% from 255 or 63.50% from 137); Max value from RGB is 87 - color contains mainly: blue. Hex color #250D57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D57 is #DAF2A8. Grayscale: #1C1C1C. Windows color (decimal): -14348969 or 5704997. OLE color: 5704997.

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

Color convert

RGB 37 13 87 -
CMYK 0.57 0.85 0 0.66
HSL 259.46º 0.74% 0.2% -
HSV(B) 259.46º 0.85% 0.34% -
XYZ 2.63 1.37 9.14 -
YUV 28.61 160.95 133.98 -
System Red Green Blue C M Y K H S L
Decimal 37 13 87 0.57 0.85 0 0.66 259.46 0.74 0.2
Hex 25 D 57 39 55 0 42 103 4A 14
Octal 45 15 127 71 125 0 102 403 112 24
Binary 100101 1101 1010111 111001 1010101 0 1000010 100000011 1001010 10100

Color Harmonies of #250D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D57

Black with #250D57

Text Example


Text Example

White with #250D57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250D57; }

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

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

background-color css

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

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

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

border-color css

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

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

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