Html Css Color HEX #251B48 Violent Violet

📋 copy color: '#251B48'

red 37 ◦ green 27 ◦ blue 72

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

Shades of Violent Violet #251B48

Tints of Violent Violet #251B48

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.85%

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

R = 27.21%
G = 19.85%
B = 52.94%

CMYK

 C value IS 0.49

 M value IS 0.62

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#251B48 (or 0x251B48) is known color: Violent Violet. HEX triplet: 25, 1B and 48. RGB value is (37,27,72). Sum of RGB (Red+Green+Blue) = 37+27+72=136 (18% of max value = 765). Red value is 37 (14.84% from 255 or 27.21% from 136); Green value is 27 (10.94% from 255 or 19.85% from 136); Blue value is 72 (28.52% from 255 or 52.94% from 136); Max value from RGB is 72 - color contains mainly: blue. Hex color #251B48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251B48 is #DAE4B7. Grayscale: #222222. Windows color (decimal): -14345400 or 4725541. OLE color: 4725541.

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

Color convert

RGB 37 27 72 -
CMYK 0.49 0.62 0 0.72
HSL 253.33º 0.45% 0.19% -
HSV(B) 253.33º 0.63% 0.28% -
XYZ 2.32 1.65 6.33 -
YUV 35.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 37 27 72 0.49 0.62 0 0.72 253.33 0.45 0.19
Hex 25 1B 48 31 3E 0 48 FD 2D 13
Octal 45 33 110 61 76 0 110 375 55 23
Binary 100101 11011 1001000 110001 111110 0 1001000 11111101 101101 10011

Color Harmonies of #251B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251B48

Black with #251B48

Text Example


Text Example

White with #251B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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