#230B48

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

Shades of Violent Violet #230B48

Tints of Violent Violet #230B48

Color information

#230B48 (or 0x230B48) is unknown color: approx Violent Violet. HEX triplet: 23, 0B and 48. RGB value is (35,11,72). Sum of RGB (Red+Green+Blue) = 35+11+72=118 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.66% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 72 (28.52% from 255 or 61.02% from 118); Max value from RGB is 72 - color contains mainly: blue. Hex color #230B48 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230B48 is #DCF4B7. Grayscale: #181818. Windows color (decimal): -14480568 or 4721443. OLE color: 4721443.

HSL color Cylindrical-coordinate representation of color #230B48: hue angle of 263.61º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #230B48 is Cyan = 0.51, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB351172-
CMYK0.510.8500.72
HSL263.61º73.49%16.27%-
HSV(B)263.61º84.72%28.24%-
XYZ1.981.066.23-
YUV25.13154.45135.04-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.66%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 72 (28.52% from 255) = 61.02%
R=29.66%
G=9.32%
B=61.02%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3511720.510.8500.72263.6173.4916.27
Hex23B4833550481084910
Octal431311063125011041011120
Binary10001110111001000110011101010101001000100001000100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,72); }

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

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

 a { background-color: rgb(35,11,72); }

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

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

 span { border-color: rgb(35,11,72); }

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