#23086D

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

Shades of Persian Indigo #23086D

Tints of Persian Indigo #23086D

Color information

#23086D (or 0x23086D) is unknown color: approx Persian Indigo. HEX triplet: 23, 08 and 6D. RGB value is (35,8,109). Sum of RGB (Red+Green+Blue) = 35+8+109=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 109 (42.97% from 255 or 71.71% from 152); Max value from RGB is 109 - color contains mainly: blue. Hex color #23086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23086D is #DCF792. Grayscale: #1B1B1B. Windows color (decimal): -14481299 or 7145507. OLE color: 7145507.

HSL color Cylindrical-coordinate representation of color #23086D: hue angle of 256.04º 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 #23086D is Cyan = 0.68, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB358109-
CMYK0.680.9300.57
HSL256.04º86.32%22.94%-
HSV(B)256.04º92.66%42.75%-
XYZ3.541.6414.6-
YUV27.59173.95133.29-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.03%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 109 (42.97% from 255) = 71.71%
R=23.03%
G=5.26%
B=71.71%

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
Decimal3581090.680.9300.57256.0486.3222.94
Hex2386D445D0391005617
Octal431015510413507140012627
Binary10001110001101101100010010111010111001100000000101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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