#230B5A

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

Shades of Violent Violet #230B5A

Tints of Violent Violet #230B5A

Color information

#230B5A (or 0x230B5A) is unknown color: approx Violent Violet. HEX triplet: 23, 0B and 5A. RGB value is (35,11,90). Sum of RGB (Red+Green+Blue) = 35+11+90=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #230B5A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230B5A is #DCF4A5. Grayscale: #1A1A1A. Windows color (decimal): -14480550 or 5901091. OLE color: 5901091.

HSL color Cylindrical-coordinate representation of color #230B5A: hue angle of 258.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #230B5A is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB351190-
CMYK0.610.8800.65
HSL258.23º78.22%19.8%-
HSV(B)258.23º87.78%35.29%-
XYZ2.661.339.79-
YUV27.18163.45133.58-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 11 (4.69% from 255) = 8.09%
BLUE value IS 90 (35.55% from 255) = 66.18%
R=25.74%
G=8.09%
B=66.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3511900.610.8800.65258.2378.2219.8
Hex23B5A3D580411024e14
Octal431313275130010140211624
Binary10001110111011010111101101100001000001100000010100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,11,90); }

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

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

 a { background-color: rgb(35,11,90); }

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

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

 span { border-color: rgb(35,11,90); }

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