#23086E

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

Shades of Persian Indigo #23086E

Tints of Persian Indigo #23086E

Color information

#23086E (or 0x23086E) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 6E. RGB value is (35,8,110). Sum of RGB (Red+Green+Blue) = 35+8+110=153 (20% of max value = 765). Red value is 35 (14.06% from 255 or 22.88% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 110 (43.36% from 255 or 71.90% from 153); Max value from RGB is 110 - color contains mainly: blue. Hex color #23086E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23086E is #DCF791. Grayscale: #1B1B1B. Windows color (decimal): -14481298 or 7211043. OLE color: 7211043.

HSL color Cylindrical-coordinate representation of color #23086E: hue angle of 255.88º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #23086E is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB358110-
CMYK0.680.9300.57
HSL255.88º86.44%23.14%-
HSV(B)255.88º92.73%43.14%-
XYZ3.591.6614.88-
YUV27.7174.45133.21-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 22.88%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 110 (43.36% from 255) = 71.90%
R=22.88%
G=5.23%
B=71.90%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3581100.680.9300.57255.8886.4423.14
Hex2386E445D0391005617
Octal431015610413507140012627
Binary10001110001101110100010010111010111001100000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23086E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23086E; }

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

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

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

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

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

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

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

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