Html Css Color HEX #250C48 Violent Violet

📋 copy color: '#250C48'

red 37 ◦ green 12 ◦ blue 72

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

Shades of Violent Violet #250C48

Tints of Violent Violet #250C48

RGB

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

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

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

R = 30.58%
G = 9.92%
B = 59.5%

CMYK

 C value IS 0.49

 M value IS 0.83

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#250C48 (or 0x250C48) is known color: Violent Violet. HEX triplet: 25, 0C and 48. RGB value is (37,12,72). Sum of RGB (Red+Green+Blue) = 37+12+72=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 12 (5.08% from 255 or 9.92% from 121); Blue value is 72 (28.52% from 255 or 59.50% from 121); Max value from RGB is 72 - color contains mainly: blue. Hex color #250C48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C48 is #DAF3B7. Grayscale: #1A1A1A. Windows color (decimal): -14349240 or 4721701. OLE color: 4721701.

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

Color convert

RGB 37 12 72 -
CMYK 0.49 0.83 0 0.72
HSL 265º 0.71% 0.16% -
HSV(B) 265º 0.83% 0.28% -
XYZ 2.06 1.12 6.24 -
YUV 26.32 153.78 135.62 -
System Red Green Blue C M Y K H S L
Decimal 37 12 72 0.49 0.83 0 0.72 265 0.71 0.16
Hex 25 C 48 31 53 0 48 109 47 10
Octal 45 14 110 61 123 0 110 411 107 20
Binary 100101 1100 1001000 110001 1010011 0 1001000 100001001 1000111 10000

Color Harmonies of #250C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C48

Black with #250C48

Text Example


Text Example

White with #250C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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