#23016E

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

Shades of Persian Indigo #23016E

Tints of Persian Indigo #23016E

Color information

#23016E (or 0x23016E) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 6E. RGB value is (35,1,110). Sum of RGB (Red+Green+Blue) = 35+1+110=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 110 (43.36% from 255 or 75.34% from 146); Max value from RGB is 110 - color contains mainly: blue. Hex color #23016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23016E is #DCFE91. Grayscale: #171717. Windows color (decimal): -14483090 or 7209251. OLE color: 7209251.

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

Color convert

RGB351110-
CMYK0.680.9900.57
HSL258.72º98.2%21.76%-
HSV(B)258.72º99.09%43.14%-
XYZ3.521.514.86-
YUV23.59176.76136.14-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.97%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 110 (43.36% from 255) = 75.34%
R=23.97%
G=0.68%
B=75.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3511100.680.9900.57258.7298.221.76
Hex2316E44630391036216
Octal43115610414307140314226
Binary10001111101110100010011000110111001100000011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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