#23025C

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

Shades of Persian Indigo #23025C

Tints of Persian Indigo #23025C

Color information

#23025C (or 0x23025C) is unknown color: approx Persian Indigo. HEX triplet: 23, 02 and 5C. RGB value is (35,2,92). Sum of RGB (Red+Green+Blue) = 35+2+92=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #23025C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23025C is #DCFDA3. Grayscale: #151515. Windows color (decimal): -14482852 or 6029859. OLE color: 6029859.

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

Color convert

RGB35292-
CMYK0.620.9800.64
HSL262º95.74%18.43%-
HSV(B)262º97.83%36.08%-
XYZ2.651.1710.21-
YUV22.13167.43137.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.13%
GREEN value IS 2 (1.17% from 255) = 1.55%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=27.13%
G=1.55%
B=71.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal352920.620.9800.6426295.7418.43
Hex2325C3E620401066012
Octal43213476142010040614022
Binary100011101011100111110110001001000000100000110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23025C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,2,92); }

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

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

 a { background-color: rgb(35,2,92); }

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

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

 span { border-color: rgb(35,2,92); }

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