Html Css Color HEX #250E58 Violent Violet

📋 copy color: '#250E58'

red 37 ◦ green 14 ◦ blue 88

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

Shades of Violent Violet #250E58

Tints of Violent Violet #250E58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 63.31%

R = 26.62%
G = 10.07%
B = 63.31%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250E58 (or 0x250E58) is known color: Violent Violet. HEX triplet: 25, 0E and 58. RGB value is (37,14,88). Sum of RGB (Red+Green+Blue) = 37+14+88=139 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.62% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #250E58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250E58 is #DAF1A7. Grayscale: #1D1D1D. Windows color (decimal): -14348712 or 5770789. OLE color: 5770789.

HSL color Cylindrical-coordinate representation of color #250E58: hue angle of 258.65º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #250E58 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 37 14 88 -
CMYK 0.58 0.84 0 0.65
HSL 258.65º 0.73% 0.2% -
HSV(B) 258.65º 0.84% 0.35% -
XYZ 2.68 1.41 9.36 -
YUV 29.31 161.12 133.48 -
System Red Green Blue C M Y K H S L
Decimal 37 14 88 0.58 0.84 0 0.65 258.65 0.73 0.2
Hex 25 E 58 3A 54 0 41 103 49 14
Octal 45 16 130 72 124 0 101 403 111 24
Binary 100101 1110 1011000 111010 1010100 0 1000001 100000011 1001001 10100

Color Harmonies of #250E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E58

Black with #250E58

Text Example


Text Example

White with #250E58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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