Html Css Color HEX #251341 Violent Violet

📋 copy color: '#251341'

red 37 ◦ green 19 ◦ blue 65

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

Shades of Violent Violet #251341

Tints of Violent Violet #251341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

 BLUE value IS 65 (25.78% from 255) = 53.72%

R = 30.58%
G = 15.7%
B = 53.72%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251341 (or 0x251341) is known color: Violent Violet. HEX triplet: 25, 13 and 41. RGB value is (37,19,65). Sum of RGB (Red+Green+Blue) = 37+19+65=121 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.58% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #251341 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251341 is #DAECBE. Grayscale: #1D1D1D. Windows color (decimal): -14347455 or 4264741. OLE color: 4264741.

HSL color Cylindrical-coordinate representation of color #251341: hue angle of 263.48º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #251341 is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 19 65 -
CMYK 0.43 0.71 0 0.75
HSL 263.48º 0.55% 0.16% -
HSV(B) 263.48º 0.71% 0.25% -
XYZ 1.95 1.24 5.14 -
YUV 29.63 147.96 133.26 -
System Red Green Blue C M Y K H S L
Decimal 37 19 65 0.43 0.71 0 0.75 263.48 0.55 0.16
Hex 25 13 41 2B 47 0 4B 107 37 10
Octal 45 23 101 53 107 0 113 407 67 20
Binary 100101 10011 1000001 101011 1000111 0 1001011 100000111 110111 10000

Color Harmonies of #251341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251341

Black with #251341

Text Example


Text Example

White with #251341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251341; }

 p { color: rgb(37,19,65); }

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

background-color css

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

 a { background-color: rgb(37,19,65); }

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

border-color css

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

 span { border-color: rgb(37,19,65); }

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