Html Css Color HEX #231241 Violent Violet

📋 copy color: '#231241'

red 35 ◦ green 18 ◦ blue 65

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

Shades of Violent Violet #231241

Tints of Violent Violet #231241

RGB

 RED value IS 35 (14.06% from 255) = 29.66%

 GREEN value IS 18 (7.42% from 255) = 15.25%

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

R = 29.66%
G = 15.25%
B = 55.08%

CMYK

 C value IS 0.46

 M value IS 0.72

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#231241 (or 0x231241) is known color: Violent Violet. HEX triplet: 23, 12 and 41. RGB value is (35,18,65). Sum of RGB (Red+Green+Blue) = 35+18+65=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 18 (7.42% from 255 or 15.25% from 118); Blue value is 65 (25.78% from 255 or 55.08% from 118); Max value from RGB is 65 - color contains mainly: blue. Hex color #231241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231241 is #DCEDBE. Grayscale: #1C1C1C. Windows color (decimal): -14478783 or 4264483. OLE color: 4264483.

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

Color convert

RGB 35 18 65 -
CMYK 0.46 0.72 0 0.75
HSL 261.7º 0.57% 0.16% -
HSV(B) 261.7º 0.72% 0.25% -
XYZ 1.86 1.17 5.13 -
YUV 28.44 148.63 132.68 -
System Red Green Blue C M Y K H S L
Decimal 35 18 65 0.46 0.72 0 0.75 261.7 0.57 0.16
Hex 23 12 41 2E 48 0 4B 106 39 10
Octal 43 22 101 56 110 0 113 406 71 20
Binary 100011 10010 1000001 101110 1001000 0 1001011 100000110 111001 10000

Color Harmonies of #231241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231241

Black with #231241

Text Example


Text Example

White with #231241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231241; }

 p { color: rgb(35,18,65); }

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

background-color css

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

 a { background-color: rgb(35,18,65); }

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

border-color css

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

 span { border-color: rgb(35,18,65); }

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