#23017F

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

Shades of Persian Indigo #23017F

Tints of Persian Indigo #23017F

Color information

#23017F (or 0x23017F) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 7F. RGB value is (35,1,127). Sum of RGB (Red+Green+Blue) = 35+1+127=163 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.47% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #23017F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23017F is #DCFE80. Grayscale: #191919. Windows color (decimal): -14483073 or 8323363. OLE color: 8323363.

HSL color Cylindrical-coordinate representation of color #23017F: hue angle of 256.19º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23017F is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB351127-
CMYK0.720.9900.50
HSL256.19º98.44%25.1%-
HSV(B)256.19º99.21%49.8%-
XYZ4.531.9120.21-
YUV25.53185.26134.75-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 21.47%
GREEN value IS 1 (0.78% from 255) = 0.61%
BLUE value IS 127 (50% from 255) = 77.91%
R=21.47%
G=0.61%
B=77.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3511270.720.9900.50256.1998.4425.1
Hex2317F48630321006219
Octal43117711014306240014231
Binary10001111111111100100011000110110010100000000110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23017F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,1,127); }

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

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

 a { background-color: rgb(35,1,127); }

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

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

 span { border-color: rgb(35,1,127); }

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