#230973

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

Shades of Persian Indigo #230973

Tints of Persian Indigo #230973

Color information

#230973 (or 0x230973) is unknown color: approx Persian Indigo. HEX triplet: 23, 09 and 73. RGB value is (35,9,115). Sum of RGB (Red+Green+Blue) = 35+9+115=159 (21% of max value = 765). Red value is 35 (14.06% from 255 or 22.01% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #230973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230973 is #DCF68C. Grayscale: #1C1C1C. Windows color (decimal): -14481037 or 7538979. OLE color: 7538979.

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

Color convert

RGB359115-
CMYK0.700.9200.55
HSL254.72º85.48%24.31%-
HSV(B)254.72º92.17%45.1%-
XYZ3.891.7916.36-
YUV28.86176.61132.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.01%
GREEN value IS 9 (3.91% from 255) = 5.66%
BLUE value IS 115 (45.31% from 255) = 72.33%
R=22.01%
G=5.66%
B=72.33%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3591150.700.9200.55254.7285.4824.31
Hex23973465C037ff5518
Octal431116310613406737712530
Binary1000111001111001110001101011100011011111111111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230973; }

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

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

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

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

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

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

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

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