#230873

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

Shades of Persian Indigo #230873

Tints of Persian Indigo #230873

Color information

#230873 (or 0x230873) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 73. RGB value is (35,8,115). Sum of RGB (Red+Green+Blue) = 35+8+115=158 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.15% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 115 (45.31% from 255 or 72.78% from 158); Max value from RGB is 115 - color contains mainly: blue. Hex color #230873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230873 is #DCF78C. Grayscale: #1B1B1B. Windows color (decimal): -14481293 or 7538723. OLE color: 7538723.

HSL color Cylindrical-coordinate representation of color #230873: hue angle of 255.14º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #230873 is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB358115-
CMYK0.700.9300.55
HSL255.14º86.99%24.12%-
HSV(B)255.14º93.04%45.1%-
XYZ3.871.7716.36-
YUV28.27176.95132.8-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.15%
GREEN value IS 8 (3.52% from 255) = 5.06%
BLUE value IS 115 (45.31% from 255) = 72.78%
R=22.15%
G=5.06%
B=72.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3581150.700.9300.55255.1486.9924.12
Hex23873465D037ff5718
Octal431016310613506737712730
Binary1000111000111001110001101011101011011111111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230873; }

 p { color: rgb(35,8,115); }

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

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

 a { background-color: rgb(35,8,115); }

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

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

 span { border-color: rgb(35,8,115); }

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