#23035F

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

Shades of Persian Indigo #23035F

Tints of Persian Indigo #23035F

Color information

#23035F (or 0x23035F) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 5F. RGB value is (35,3,95). Sum of RGB (Red+Green+Blue) = 35+3+95=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #23035F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23035F is #DCFCA0. Grayscale: #161616. Windows color (decimal): -14482593 or 6226723. OLE color: 6226723.

HSL color Cylindrical-coordinate representation of color #23035F: hue angle of 260.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23035F is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB35395-
CMYK0.630.9700.63
HSL260.87º93.88%19.22%-
HSV(B)260.87º96.84%37.25%-
XYZ2.791.2510.92-
YUV23.06168.6136.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 26.32%
GREEN value IS 3 (1.56% from 255) = 2.26%
BLUE value IS 95 (37.5% from 255) = 71.43%
R=26.32%
G=2.26%
B=71.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal353950.630.9700.63260.8793.8819.22
Hex2335F3F6103F1055e13
Octal4331377714107740513623
Binary10001111101111111111111000010111111100000101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23035F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(35,3,95); }

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

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

 a { background-color: rgb(35,3,95); }

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

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

 span { border-color: rgb(35,3,95); }

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