#230952

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

Shades of Violent Violet #230952

Tints of Violent Violet #230952

Color information

#230952 (or 0x230952) is unknown color: approx Violent Violet. HEX triplet: 23, 09 and 52. RGB value is (35,9,82). Sum of RGB (Red+Green+Blue) = 35+9+82=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 82 (32.42% from 255 or 65.08% from 126); Max value from RGB is 82 - color contains mainly: blue. Hex color #230952 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230952 is #DCF6AD. Grayscale: #181818. Windows color (decimal): -14481070 or 5376291. OLE color: 5376291.

HSL color Cylindrical-coordinate representation of color #230952: hue angle of 261.37º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #230952 is Cyan = 0.57, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB35982-
CMYK0.570.8900.68
HSL261.37º80.22%17.84%-
HSV(B)261.37º89.02%32.16%-
XYZ2.311.168.08-
YUV25.1160.11135.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 9 (3.91% from 255) = 7.14%
BLUE value IS 82 (32.42% from 255) = 65.08%
R=27.78%
G=7.14%
B=65.08%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal359820.570.8900.68261.3780.2217.84
Hex2395239590441055012
Octal431112271131010440512022
Binary10001110011010010111001101100101000100100000101101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230952; }

 p { color: rgb(35,9,82); }

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

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

 a { background-color: rgb(35,9,82); }

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

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

 span { border-color: rgb(35,9,82); }

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