#230051

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

Shades of Violent Violet #230051

Tints of Violent Violet #230051

Color information

#230051 (or 0x230051) is unknown color: approx Violent Violet. HEX triplet: 23, 00 and 51. RGB value is (35,0,81). Sum of RGB (Red+Green+Blue) = 35+0+81=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #230051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230051 is #DCFFAE. Grayscale: #131313. Windows color (decimal): -14483375 or 5308451. OLE color: 5308451.

HSL color Cylindrical-coordinate representation of color #230051: hue angle of 265.93º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230051 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB35081-
CMYK0.57100.68
HSL265.93º100%15.88%-
HSV(B)265.93º100%31.76%-
XYZ2.180.957.85-
YUV19.7162.6138.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 69.83%
R=30.17%
G=0%
B=69.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal350810.57100.68265.9310015.88
Hex23051396404410a6410
Octal43012171144010441214420
Binary10001101010001111001110010001000100100001010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230051; }

 p { color: rgb(35,0,81); }

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

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

 a { background-color: rgb(35,0,81); }

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

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

 span { border-color: rgb(35,0,81); }

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