#230A5B

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

Shades of Violent Violet #230A5B

Tints of Violent Violet #230A5B

Color information

#230A5B (or 0x230A5B) is unknown color: approx Violent Violet. HEX triplet: 23, 0A and 5B. RGB value is (35,10,91). Sum of RGB (Red+Green+Blue) = 35+10+91=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 10 (4.30% from 255 or 7.35% from 136); Blue value is 91 (35.94% from 255 or 66.91% from 136); Max value from RGB is 91 - color contains mainly: blue. Hex color #230A5B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230A5B is #DCF5A4. Grayscale: #1A1A1A. Windows color (decimal): -14480805 or 5966371. OLE color: 5966371.

HSL color Cylindrical-coordinate representation of color #230A5B: hue angle of 258.52º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230A5B is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB351091-
CMYK0.620.8900.64
HSL258.52º80.2%19.8%-
HSV(B)258.52º89.01%35.69%-
XYZ2.691.3310.01-
YUV26.71164.28133.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 10 (4.30% from 255) = 7.35%
BLUE value IS 91 (35.94% from 255) = 66.91%
R=25.74%
G=7.35%
B=66.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3510910.620.8900.64258.5280.219.8
Hex23A5B3E590401035014
Octal431213376131010040312024
Binary10001110101011011111110101100101000000100000011101000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,10,91); }

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

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

 a { background-color: rgb(35,10,91); }

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

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

 span { border-color: rgb(35,10,91); }

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