#23015D

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

Shades of Persian Indigo #23015D

Tints of Persian Indigo #23015D

Color information

#23015D (or 0x23015D) is unknown color: approx Persian Indigo. HEX triplet: 23, 01 and 5D. RGB value is (35,1,93). Sum of RGB (Red+Green+Blue) = 35+1+93=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #23015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23015D is #DCFEA2. Grayscale: #151515. Windows color (decimal): -14483107 or 6095139. OLE color: 6095139.

HSL color Cylindrical-coordinate representation of color #23015D: hue angle of 262.17º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23015D is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB35193-
CMYK0.620.9900.64
HSL262.17º97.87%18.43%-
HSV(B)262.17º98.92%36.47%-
XYZ2.681.1710.44-
YUV21.65168.26137.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 93 (36.72% from 255) = 72.09%
R=27.13%
G=0.78%
B=72.09%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal351930.620.9900.64262.1797.8718.43
Hex2315D3E630401066212
Octal43113576143010040614222
Binary10001111011101111110110001101000000100000110110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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