#230578

Color #230578 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #230578

Tints of Persian Indigo #230578

Color information

#230578 (or 0x230578) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 78. RGB value is (35,5,120). Sum of RGB (Red+Green+Blue) = 35+5+120=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #230578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230578 is #DCFA87. Grayscale: #1A1A1A. Windows color (decimal): -14482056 or 7865635. OLE color: 7865635.

HSL color Cylindrical-coordinate representation of color #230578: hue angle of 255.65º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230578 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB355120-
CMYK0.710.9600.53
HSL255.65º92%24.51%-
HSV(B)255.65º95.83%47.06%-
XYZ4.141.8217.9-
YUV27.08180.44133.65-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.88%
GREEN value IS 5 (2.34% from 255) = 3.12%
BLUE value IS 120 (47.27% from 255) = 75%
R=21.88%
G=3.12%
B=75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3551200.710.9600.53255.659224.51
Hex2357847600351005c19
Octal43517010714006540013431
Binary1000111011111000100011111000000110101100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230578; }

 p { color: rgb(35,5,120); }

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

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

 a { background-color: rgb(35,5,120); }

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

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

 span { border-color: rgb(35,5,120); }

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