#230371

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

Shades of Persian Indigo #230371

Tints of Persian Indigo #230371

Color information

#230371 (or 0x230371) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 71. RGB value is (35,3,113). Sum of RGB (Red+Green+Blue) = 35+3+113=151 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.18% from 151); Green value is 3 (1.56% from 255 or 1.99% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #230371 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230371 is #DCFC8E. Grayscale: #181818. Windows color (decimal): -14482575 or 7406371. OLE color: 7406371.

HSL color Cylindrical-coordinate representation of color #230371: hue angle of 257.45º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230371 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB353113-
CMYK0.690.9700.56
HSL257.45º94.83%22.75%-
HSV(B)257.45º97.35%44.31%-
XYZ3.711.6115.74-
YUV25.11177.6135.06-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 23.18%
GREEN value IS 3 (1.56% from 255) = 1.99%
BLUE value IS 113 (44.53% from 255) = 74.83%
R=23.18%
G=1.99%
B=74.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3531130.690.9700.56257.4594.8322.75
Hex2337145610381015f17
Octal43316110514107040113727
Binary100011111110001100010111000010111000100000001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230371; }

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

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

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

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

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

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

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

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