#23057C

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

Shades of Persian Indigo #23057C

Tints of Persian Indigo #23057C

Color information

#23057C (or 0x23057C) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 7C. RGB value is (35,5,124). Sum of RGB (Red+Green+Blue) = 35+5+124=164 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.34% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 124 (48.83% from 255 or 75.61% from 164); Max value from RGB is 124 - color contains mainly: blue. Hex color #23057C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23057C is #DCFA83. Grayscale: #1B1B1B. Windows color (decimal): -14482052 or 8127779. OLE color: 8127779.

HSL color Cylindrical-coordinate representation of color #23057C: hue angle of 255.13º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #23057C is Cyan = 0.72, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB355124-
CMYK0.720.9600.51
HSL255.13º92.25%25.29%-
HSV(B)255.13º95.97%48.63%-
XYZ4.391.9219.21-
YUV27.54182.44133.32-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.34%
GREEN value IS 5 (2.34% from 255) = 3.05%
BLUE value IS 124 (48.83% from 255) = 75.61%
R=21.34%
G=3.05%
B=75.61%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal3551240.720.9600.51255.1392.2525.29
Hex2357C4860033ff5c19
Octal43517411014006337713431
Binary100011101111110010010001100000011001111111111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23057C; }

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

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

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

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

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

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

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

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