#230250

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

Shades of Violent Violet #230250

Tints of Violent Violet #230250

Color information

#230250 (or 0x230250) is unknown color: approx Violent Violet. HEX triplet: 23, 02 and 50. RGB value is (35,2,80). Sum of RGB (Red+Green+Blue) = 35+2+80=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #230250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230250 is #DCFDAF. Grayscale: #141414. Windows color (decimal): -14482864 or 5243427. OLE color: 5243427.

HSL color Cylindrical-coordinate representation of color #230250: hue angle of 265.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #230250 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35280-
CMYK0.560.9800.69
HSL265.38º95.12%16.08%-
HSV(B)265.38º97.5%31.37%-
XYZ2.160.987.66-
YUV20.76161.43138.16-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.91%
GREEN value IS 2 (1.17% from 255) = 1.71%
BLUE value IS 80 (31.64% from 255) = 68.38%
R=29.91%
G=1.71%
B=68.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal352800.560.9800.69265.3895.1216.08
Hex2325038620451095f10
Octal43212070142010541113720
Binary100011101010000111000110001001000101100001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230250; }

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

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

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

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

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

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

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

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