#230D4C

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

Shades of Violent Violet #230D4C

Tints of Violent Violet #230D4C

Color information

#230D4C (or 0x230D4C) is unknown color: approx Violent Violet. HEX triplet: 23, 0D and 4C. RGB value is (35,13,76). Sum of RGB (Red+Green+Blue) = 35+13+76=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 76 (30.08% from 255 or 61.29% from 124); Max value from RGB is 76 - color contains mainly: blue. Hex color #230D4C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230D4C is #DCF2B3. Grayscale: #1A1A1A. Windows color (decimal): -14480052 or 4984099. OLE color: 4984099.

HSL color Cylindrical-coordinate representation of color #230D4C: hue angle of 260.95º degrees, saturation: 0.71, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #230D4C is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB351376-
CMYK0.540.8300.70
HSL260.95º70.79%17.45%-
HSV(B)260.95º82.89%29.8%-
XYZ2.141.176.95-
YUV26.76155.79133.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 76 (30.08% from 255) = 61.29%
R=28.23%
G=10.48%
B=61.29%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3513760.540.8300.70260.9570.7917.45
Hex23D4C36530461054711
Octal431511466123010640510721
Binary10001111011001100110110101001101000110100000101100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,13,76); }

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

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

 a { background-color: rgb(35,13,76); }

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

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

 span { border-color: rgb(35,13,76); }

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