Html Css Color HEX #250F59 Violent Violet

📋 copy color: '#250F59'

red 37 ◦ green 15 ◦ blue 89

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

Shades of Violent Violet #250F59

Tints of Violent Violet #250F59

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.64%

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

R = 26.24%
G = 10.64%
B = 63.12%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#250F59 (or 0x250F59) is known color: Violent Violet. HEX triplet: 25, 0F and 59. RGB value is (37,15,89). Sum of RGB (Red+Green+Blue) = 37+15+89=141 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.24% from 141); Green value is 15 (6.25% from 255 or 10.64% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #250F59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #250F59 is #DAF0A6. Grayscale: #1D1D1D. Windows color (decimal): -14348455 or 5836581. OLE color: 5836581.

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

Color convert

RGB 37 15 89 -
CMYK 0.58 0.83 0 0.65
HSL 257.84º 0.71% 0.2% -
HSV(B) 257.84º 0.83% 0.35% -
XYZ 2.74 1.46 9.59 -
YUV 30.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 37 15 89 0.58 0.83 0 0.65 257.84 0.71 0.2
Hex 25 F 59 3A 53 0 41 102 47 14
Octal 45 17 131 72 123 0 101 402 107 24
Binary 100101 1111 1011001 111010 1010011 0 1000001 100000010 1000111 10100

Color Harmonies of #250F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250F59

Black with #250F59

Text Example


Text Example

White with #250F59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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