#230948

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

Shades of Violent Violet #230948

Tints of Violent Violet #230948

Color information

#230948 (or 0x230948) is unknown color: approx Violent Violet. HEX triplet: 23, 09 and 48. RGB value is (35,9,72). Sum of RGB (Red+Green+Blue) = 35+9+72=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 72 (28.52% from 255 or 62.07% from 116); Max value from RGB is 72 - color contains mainly: blue. Hex color #230948 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #230948 is #DCF6B7. Grayscale: #171717. Windows color (decimal): -14481080 or 4720931. OLE color: 4720931.

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

Color convert

RGB35972-
CMYK0.510.8800.72
HSL264.76º77.78%15.88%-
HSV(B)264.76º87.5%28.24%-
XYZ1.961.026.22-
YUV23.96155.11135.88-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 30.17%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 72 (28.52% from 255) = 62.07%
R=30.17%
G=7.76%
B=62.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal359720.510.8800.72264.7677.7815.88
Hex2394833580481094e10
Octal431111063130011041111620
Binary10001110011001000110011101100001001000100001001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230948; }

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

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

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

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

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

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

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

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