Html Css Color HEX #250B48 Violent Violet

📋 copy color: '#250B48'

red 37 ◦ green 11 ◦ blue 72

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

Shades of Violent Violet #250B48

Tints of Violent Violet #250B48

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.17%

 BLUE value IS 72 (28.52% from 255) = 60%

R = 30.83%
G = 9.17%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250B48 (or 0x250B48) is known color: Violent Violet. HEX triplet: 25, 0B and 48. RGB value is (37,11,72). Sum of RGB (Red+Green+Blue) = 37+11+72=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 11 (4.69% from 255 or 9.17% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #250B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250B48 is #DAF4B7. Grayscale: #191919. Windows color (decimal): -14349496 or 4721445. OLE color: 4721445.

HSL color Cylindrical-coordinate representation of color #250B48: hue angle of 265.57º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #250B48 is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 37 11 72 -
CMYK 0.49 0.85 0 0.72
HSL 265.57º 0.73% 0.16% -
HSV(B) 265.57º 0.85% 0.28% -
XYZ 2.05 1.1 6.24 -
YUV 25.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 37 11 72 0.49 0.85 0 0.72 265.57 0.73 0.16
Hex 25 B 48 31 55 0 48 10A 49 10
Octal 45 13 110 61 125 0 110 412 111 20
Binary 100101 1011 1001000 110001 1010101 0 1001000 100001010 1001001 10000

Color Harmonies of #250B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250B48

Black with #250B48

Text Example


Text Example

White with #250B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,11,72); }

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

background-color css

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

 a { background-color: rgb(37,11,72); }

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

border-color css

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

 span { border-color: rgb(37,11,72); }

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