#230770

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

Shades of Persian Indigo #230770

Tints of Persian Indigo #230770

Color information

#230770 (or 0x230770) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 70. RGB value is (35,7,112). Sum of RGB (Red+Green+Blue) = 35+7+112=154 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.73% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #230770 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230770 is #DCF88F. Grayscale: #1A1A1A. Windows color (decimal): -14481552 or 7341859. OLE color: 7341859.

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

Color convert

RGB357112-
CMYK0.690.9400.56
HSL256º88.24%23.33%-
HSV(B)256º93.75%43.92%-
XYZ3.691.6815.46-
YUV27.34175.78133.46-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.73%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 112 (44.14% from 255) = 72.73%
R=22.73%
G=4.55%
B=72.73%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3571120.690.9400.5625688.2423.33
Hex23770455E0381005817
Octal43716010513607040013027
Binary1000111111110000100010110111100111000100000000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230770; }

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

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

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

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

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

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

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

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