Html Css Color HEX #250C58 Violent Violet

📋 copy color: '#250C58'

red 37 ◦ green 12 ◦ blue 88

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

Shades of Violent Violet #250C58

Tints of Violent Violet #250C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.76%

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

R = 27.01%
G = 8.76%
B = 64.23%

CMYK

 C value IS 0.58

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250C58 (or 0x250C58) is known color: Violent Violet. HEX triplet: 25, 0C and 58. RGB value is (37,12,88). Sum of RGB (Red+Green+Blue) = 37+12+88=137 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.01% from 137); Green value is 12 (5.08% from 255 or 8.76% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #250C58 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C58 is #DAF3A7. Grayscale: #1B1B1B. Windows color (decimal): -14349224 or 5770277. OLE color: 5770277.

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

Color convert

RGB 37 12 88 -
CMYK 0.58 0.86 0 0.65
HSL 259.74º 0.76% 0.2% -
HSV(B) 259.74º 0.86% 0.35% -
XYZ 2.66 1.36 9.36 -
YUV 28.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 37 12 88 0.58 0.86 0 0.65 259.74 0.76 0.2
Hex 25 C 58 3A 56 0 41 104 4C 14
Octal 45 14 130 72 126 0 101 404 114 24
Binary 100101 1100 1011000 111010 1010110 0 1000001 100000100 1001100 10100

Color Harmonies of #250C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C58

Black with #250C58

Text Example


Text Example

White with #250C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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