#23074E

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

Shades of Violent Violet #23074E

Tints of Violent Violet #23074E

Color information

#23074E (or 0x23074E) is unknown color: approx Violent Violet. HEX triplet: 23, 07 and 4E. RGB value is (35,7,78). Sum of RGB (Red+Green+Blue) = 35+7+78=120 (15% of max value = 765). Red value is 35 (14.06% from 255 or 29.17% from 120); Green value is 7 (3.12% from 255 or 5.83% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #23074E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23074E is #DCF8B1. Grayscale: #171717. Windows color (decimal): -14481586 or 5113635. OLE color: 5113635.

HSL color Cylindrical-coordinate representation of color #23074E: hue angle of 263.66º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #23074E is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB35778-
CMYK0.550.9100.69
HSL263.66º83.53%16.67%-
HSV(B)263.66º91.03%30.59%-
XYZ2.141.067.3-
YUV23.47158.78136.23-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 29.17%
GREEN value IS 7 (3.12% from 255) = 5.83%
BLUE value IS 78 (30.86% from 255) = 65%
R=29.17%
G=5.83%
B=65%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal357780.550.9100.69263.6683.5316.67
Hex2374E375B0451085411
Octal43711667133010541012421
Binary1000111111001110110111101101101000101100001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23074E; }

 p { color: rgb(35,7,78); }

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

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

 a { background-color: rgb(35,7,78); }

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

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

 span { border-color: rgb(35,7,78); }

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