#23016C

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

Shades of Persian Indigo #23016C

Tints of Persian Indigo #23016C

Color information

#23016C (or 0x23016C) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 6C. RGB value is (35,1,108). Sum of RGB (Red+Green+Blue) = 35+1+108=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #23016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23016C is #DCFE93. Grayscale: #161616. Windows color (decimal): -14483092 or 7078179. OLE color: 7078179.

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

Color convert

RGB351108-
CMYK0.680.9900.58
HSL259.07º98.17%21.37%-
HSV(B)259.07º99.07%42.35%-
XYZ3.411.4614.29-
YUV23.36175.76136.3-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.31%
GREEN value IS 1 (0.78% from 255) = 0.69%
BLUE value IS 108 (42.58% from 255) = 75%
R=24.31%
G=0.69%
B=75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3511080.680.9900.58259.0798.1721.37
Hex2316C446303A1036215
Octal43115410414307240314225
Binary10001111101100100010011000110111010100000011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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