#231250

Color #231250 Violent Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violent Violet #231250

Tints of Violent Violet #231250

Color information

#231250 (or 0x231250) is unknown color: approx Violent Violet. HEX triplet: 23, 12 and 50. RGB value is (35,18,80). Sum of RGB (Red+Green+Blue) = 35+18+80=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 80 (31.64% from 255 or 60.15% from 133); Max value from RGB is 80 - color contains mainly: blue. Hex color #231250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231250 is #DCEDAF. Grayscale: #1D1D1D. Windows color (decimal): -14478768 or 5247523. OLE color: 5247523.

HSL color Cylindrical-coordinate representation of color #231250: hue angle of 256.45º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #231250 is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB351880-
CMYK0.560.7800.69
HSL256.45º63.27%19.22%-
HSV(B)256.45º77.5%31.37%-
XYZ2.361.377.73-
YUV30.15156.13131.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 18 (7.42% from 255) = 13.53%
BLUE value IS 80 (31.64% from 255) = 60.15%
R=26.32%
G=13.53%
B=60.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3518800.560.7800.69256.4563.2719.22
Hex231250384E0451003f13
Octal43221207011601054007723
Binary10001110010101000011100010011100100010110000000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231250; }

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

 H1.HeaderClassName
 {
   color: #231250;
 }
 .AnyTagClassName
 {
   color: #231250;
 }
</style>
background-color css

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

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

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

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

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

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