#23056D

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

Shades of Persian Indigo #23056D

Tints of Persian Indigo #23056D

Color information

#23056D (or 0x23056D) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 6D. RGB value is (35,5,109). Sum of RGB (Red+Green+Blue) = 35+5+109=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #23056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23056D is #DCFA92. Grayscale: #191919. Windows color (decimal): -14482067 or 7144739. OLE color: 7144739.

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

Color convert

RGB355109-
CMYK0.680.9500.57
HSL257.31º91.23%22.35%-
HSV(B)257.31º95.41%42.75%-
XYZ3.511.5714.59-
YUV25.83174.94134.54-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.49%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 109 (42.97% from 255) = 73.15%
R=23.49%
G=3.36%
B=73.15%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3551090.680.9500.57257.3191.2322.35
Hex2356D445F0391015b16
Octal43515510413707140113326
Binary1000111011101101100010010111110111001100000001101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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