#23075E

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

Shades of Persian Indigo #23075E

Tints of Persian Indigo #23075E

Color information

#23075E (or 0x23075E) is unknown color: approx Persian Indigo. HEX triplet: 23, 07 and 5E. RGB value is (35,7,94). Sum of RGB (Red+Green+Blue) = 35+7+94=136 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.74% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 94 (37.11% from 255 or 69.12% from 136); Max value from RGB is 94 - color contains mainly: blue. Hex color #23075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23075E is #DCF8A1. Grayscale: #181818. Windows color (decimal): -14481570 or 6162211. OLE color: 6162211.

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

Color convert

RGB35794-
CMYK0.630.9300.63
HSL259.31º86.14%19.8%-
HSV(B)259.31º92.55%36.86%-
XYZ2.791.3210.7-
YUV25.29166.78134.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.74%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 94 (37.11% from 255) = 69.12%
R=25.74%
G=5.15%
B=69.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal357940.630.9300.63259.3186.1419.8
Hex2375E3F5D03F1035614
Octal4371367713507740312624
Binary100011111101111011111110111010111111100000011101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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