#230C46

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

Shades of Violent Violet #230C46

Tints of Violent Violet #230C46

Color information

#230C46 (or 0x230C46) is unknown color: approx Violent Violet. HEX triplet: 23, 0C and 46. RGB value is (35,12,70). Sum of RGB (Red+Green+Blue) = 35+12+70=117 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.91% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #230C46 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230C46 is #DCF3B9. Grayscale: #191919. Windows color (decimal): -14480314 or 4590627. OLE color: 4590627.

HSL color Cylindrical-coordinate representation of color #230C46: hue angle of 263.79º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230C46 is Cyan = 0.5, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB351270-
CMYK0.50.8300.73
HSL263.79º70.73%16.08%-
HSV(B)263.79º82.86%27.45%-
XYZ1.931.065.9-
YUV25.49153.12134.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.91%
GREEN value IS 12 (5.08% from 255) = 10.26%
BLUE value IS 70 (27.73% from 255) = 59.83%
R=29.91%
G=10.26%
B=59.83%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3512700.50.8300.73263.7970.7316.08
Hex23C4632530491084710
Octal431410662123011141010720
Binary10001111001000110110010101001101001001100001000100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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