#23056F

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

Shades of Persian Indigo #23056F

Tints of Persian Indigo #23056F

Color information

#23056F (or 0x23056F) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 6F. RGB value is (35,5,111). Sum of RGB (Red+Green+Blue) = 35+5+111=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #23056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23056F is #DCFA90. Grayscale: #191919. Windows color (decimal): -14482065 or 7275811. OLE color: 7275811.

HSL color Cylindrical-coordinate representation of color #23056F: hue angle of 256.98º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #23056F is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB355111-
CMYK0.680.9500.56
HSL256.98º91.38%22.75%-
HSV(B)256.98º95.5%43.53%-
XYZ3.621.6115.16-
YUV26.05175.94134.38-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 5 (2.34% from 255) = 3.31%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=23.18%
G=3.31%
B=73.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3551110.680.9500.56256.9891.3822.75
Hex2356F445F0381015b17
Octal43515710413707040113327
Binary1000111011101111100010010111110111000100000001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23056F; }

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

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

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

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

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

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

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

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