Html Css Color HEX #250E55 Violent Violet

📋 copy color: '#250E55'

red 37 ◦ green 14 ◦ blue 85

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

Shades of Violent Violet #250E55

Tints of Violent Violet #250E55

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.29%

 BLUE value IS 85 (33.59% from 255) = 62.5%

R = 27.21%
G = 10.29%
B = 62.5%

CMYK

 C value IS 0.56

 M value IS 0.84

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#250E55 (or 0x250E55) is known color: Violent Violet. HEX triplet: 25, 0E and 55. RGB value is (37,14,85). Sum of RGB (Red+Green+Blue) = 37+14+85=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 85 (33.59% from 255 or 62.5% from 136); Max value from RGB is 85 - color contains mainly: blue. Hex color #250E55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E55 is #DAF1AA. Grayscale: #1C1C1C. Windows color (decimal): -14348715 or 5574181. OLE color: 5574181.

HSL color Cylindrical-coordinate representation of color #250E55: hue angle of 259.44º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250E55 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 37 14 85 -
CMYK 0.56 0.84 0 0.67
HSL 259.44º 0.72% 0.19% -
HSV(B) 259.44º 0.84% 0.33% -
XYZ 2.56 1.36 8.72 -
YUV 28.97 159.62 133.73 -
System Red Green Blue C M Y K H S L
Decimal 37 14 85 0.56 0.84 0 0.67 259.44 0.72 0.19
Hex 25 E 55 38 54 0 43 103 48 13
Octal 45 16 125 70 124 0 103 403 110 23
Binary 100101 1110 1010101 111000 1010100 0 1000011 100000011 1001000 10011

Color Harmonies of #250E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E55

Black with #250E55

Text Example


Text Example

White with #250E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,14,85); }

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

background-color css

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

 a { background-color: rgb(37,14,85); }

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

border-color css

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

 span { border-color: rgb(37,14,85); }

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