#23055E

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

Shades of Persian Indigo #23055E

Tints of Persian Indigo #23055E

Color information

#23055E (or 0x23055E) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 5E. RGB value is (35,5,94). Sum of RGB (Red+Green+Blue) = 35+5+94=134 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.12% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #23055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23055E is #DCFAA1. Grayscale: #171717. Windows color (decimal): -14482082 or 6161699. OLE color: 6161699.

HSL color Cylindrical-coordinate representation of color #23055E: hue angle of 260.22º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23055E is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB35594-
CMYK0.630.9500.63
HSL260.22º89.9%19.41%-
HSV(B)260.22º94.68%36.86%-
XYZ2.771.2710.69-
YUV24.12167.44135.76-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.12%
GREEN value IS 5 (2.34% from 255) = 3.73%
BLUE value IS 94 (37.11% from 255) = 70.15%
R=26.12%
G=3.73%
B=70.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal355940.630.9500.63260.2289.919.41
Hex2355E3F5F03F1045a13
Octal4351367713707740413223
Binary100011101101111011111110111110111111100000100101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,5,94); }

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

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

 a { background-color: rgb(35,5,94); }

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

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

 span { border-color: rgb(35,5,94); }

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