Html Css Color HEX #250D58 Violent Violet

📋 copy color: '#250D58'

red 37 ◦ green 13 ◦ blue 88

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

Shades of Violent Violet #250D58

Tints of Violent Violet #250D58

RGB

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

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

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

R = 26.81%
G = 9.42%
B = 63.77%

CMYK

 C value IS 0.58

 M value IS 0.85

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250D58 (or 0x250D58) is known color: Violent Violet. HEX triplet: 25, 0D and 58. RGB value is (37,13,88). Sum of RGB (Red+Green+Blue) = 37+13+88=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 88 (34.77% from 255 or 63.77% from 138); Max value from RGB is 88 - color contains mainly: blue. Hex color #250D58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250D58 is #DAF2A7. Grayscale: #1C1C1C. Windows color (decimal): -14348968 or 5770533. OLE color: 5770533.

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

Color convert

RGB 37 13 88 -
CMYK 0.58 0.85 0 0.65
HSL 259.2º 0.74% 0.2% -
HSV(B) 259.2º 0.85% 0.35% -
XYZ 2.67 1.39 9.36 -
YUV 28.73 161.45 133.9 -
System Red Green Blue C M Y K H S L
Decimal 37 13 88 0.58 0.85 0 0.65 259.2 0.74 0.2
Hex 25 D 58 3A 55 0 41 103 4A 14
Octal 45 15 130 72 125 0 101 403 112 24
Binary 100101 1101 1011000 111010 1010101 0 1000001 100000011 1001010 10100

Color Harmonies of #250D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250D58

Black with #250D58

Text Example


Text Example

White with #250D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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