#230D55

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

Shades of Violent Violet #230D55

Tints of Violent Violet #230D55

Color information

#230D55 (or 0x230D55) is unknown color: approx Violent Violet. HEX triplet: 23, 0D and 55. RGB value is (35,13,85). Sum of RGB (Red+Green+Blue) = 35+13+85=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #230D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230D55 is #DCF2AA. Grayscale: #1B1B1B. Windows color (decimal): -14480043 or 5573923. OLE color: 5573923.

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

Color convert

RGB351385-
CMYK0.590.8500.67
HSL258.33º73.47%19.22%-
HSV(B)258.33º84.71%33.33%-
XYZ2.481.38.71-
YUV27.79160.29133.15-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 13 (5.47% from 255) = 9.77%
BLUE value IS 85 (33.59% from 255) = 63.91%
R=26.32%
G=9.77%
B=63.91%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3513850.590.8500.67258.3373.4719.22
Hex23D553B550431024913
Octal431512573125010340211123
Binary10001111011010101111011101010101000011100000010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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