#230570

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

Shades of Persian Indigo #230570

Tints of Persian Indigo #230570

Color information

#230570 (or 0x230570) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 70. RGB value is (35,5,112). Sum of RGB (Red+Green+Blue) = 35+5+112=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #230570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230570 is #DCFA8F. Grayscale: #191919. Windows color (decimal): -14482064 or 7341347. OLE color: 7341347.

HSL color Cylindrical-coordinate representation of color #230570: hue angle of 256.82º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #230570 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB355112-
CMYK0.690.9600.56
HSL256.82º91.45%22.94%-
HSV(B)256.82º95.54%43.92%-
XYZ3.671.6415.45-
YUV26.17176.44134.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 5 (2.34% from 255) = 3.29%
BLUE value IS 112 (44.14% from 255) = 73.68%
R=23.03%
G=3.29%
B=73.68%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3551120.690.9600.56256.8291.4522.94
Hex2357045600381015b17
Octal43516010514007040113327
Binary1000111011110000100010111000000111000100000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230570; }

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

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

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

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

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

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

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

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