#230C53

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

Shades of Violent Violet #230C53

Tints of Violent Violet #230C53

Color information

#230C53 (or 0x230C53) is unknown color: approx Violent Violet. HEX triplet: 23, 0C and 53. RGB value is (35,12,83). Sum of RGB (Red+Green+Blue) = 35+12+83=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 12 (5.08% from 255 or 9.23% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #230C53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230C53 is #DCF3AC. Grayscale: #1A1A1A. Windows color (decimal): -14480301 or 5442595. OLE color: 5442595.

HSL color Cylindrical-coordinate representation of color #230C53: hue angle of 259.44º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #230C53 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB351283-
CMYK0.580.8600.67
HSL259.44º74.74%18.63%-
HSV(B)259.44º85.54%32.55%-
XYZ2.391.248.3-
YUV26.97159.62133.73-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.92%
GREEN value IS 12 (5.08% from 255) = 9.23%
BLUE value IS 83 (32.81% from 255) = 63.85%
R=26.92%
G=9.23%
B=63.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3512830.580.8600.67259.4474.7418.63
Hex23C533A560431034b13
Octal431412372126010340311323
Binary10001111001010011111010101011001000011100000011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230C53; }

 p { color: rgb(35,12,83); }

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

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

 a { background-color: rgb(35,12,83); }

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

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

 span { border-color: rgb(35,12,83); }

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