#230579

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

Shades of Persian Indigo #230579

Tints of Persian Indigo #230579

Color information

#230579 (or 0x230579) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 79. RGB value is (35,5,121). Sum of RGB (Red+Green+Blue) = 35+5+121=161 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.74% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #230579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230579 is #DCFA86. Grayscale: #1A1A1A. Windows color (decimal): -14482055 or 7931171. OLE color: 7931171.

HSL color Cylindrical-coordinate representation of color #230579: hue angle of 255.52º 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 #230579 is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB355121-
CMYK0.710.9600.53
HSL255.52º92.06%24.71%-
HSV(B)255.52º95.87%47.45%-
XYZ4.21.8518.22-
YUV27.19180.94133.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.74%
GREEN value IS 5 (2.34% from 255) = 3.11%
BLUE value IS 121 (47.66% from 255) = 75.16%
R=21.74%
G=3.11%
B=75.16%

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
Decimal3551210.710.9600.53255.5292.0624.71
Hex2357947600351005c19
Octal43517110714006540013431
Binary1000111011111001100011111000000110101100000000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230579; }

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

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

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

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

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

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

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

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