Html Css Color HEX #250C59 Violent Violet

📋 copy color: '#250C59'

red 37 ◦ green 12 ◦ blue 89

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

Shades of Violent Violet #250C59

Tints of Violent Violet #250C59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.49%

R = 26.81%
G = 8.7%
B = 64.49%

CMYK

 C value IS 0.58

 M value IS 0.87

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250C59 (or 0x250C59) is known color: Violent Violet. HEX triplet: 25, 0C and 59. RGB value is (37,12,89). Sum of RGB (Red+Green+Blue) = 37+12+89=138 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.81% from 138); Green value is 12 (5.08% from 255 or 8.70% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #250C59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250C59 is #DAF3A6. Grayscale: #1B1B1B. Windows color (decimal): -14349223 or 5835813. OLE color: 5835813.

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

Color convert

RGB 37 12 89 -
CMYK 0.58 0.87 0 0.65
HSL 259.48º 0.76% 0.2% -
HSV(B) 259.48º 0.87% 0.35% -
XYZ 2.7 1.38 9.57 -
YUV 28.25 162.28 134.24 -
System Red Green Blue C M Y K H S L
Decimal 37 12 89 0.58 0.87 0 0.65 259.48 0.76 0.2
Hex 25 C 59 3A 57 0 41 103 4C 14
Octal 45 14 131 72 127 0 101 403 114 24
Binary 100101 1100 1011001 111010 1010111 0 1000001 100000011 1001100 10100

Color Harmonies of #250C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C59

Black with #250C59

Text Example


Text Example

White with #250C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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