#230563

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

Shades of Persian Indigo #230563

Tints of Persian Indigo #230563

Color information

#230563 (or 0x230563) is unknown color: approx Persian Indigo. HEX triplet: 23, 05 and 63. RGB value is (35,5,99). Sum of RGB (Red+Green+Blue) = 35+5+99=139 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.18% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 99 (39.06% from 255 or 71.22% from 139); Max value from RGB is 99 - color contains mainly: blue. Hex color #230563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230563 is #DCFA9C. Grayscale: #181818. Windows color (decimal): -14482077 or 6489379. OLE color: 6489379.

HSL color Cylindrical-coordinate representation of color #230563: hue angle of 259.15º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #230563 is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB35599-
CMYK0.650.9500.61
HSL259.15º90.38%20.39%-
HSV(B)259.15º94.95%38.82%-
XYZ31.3711.91-
YUV24.69169.94135.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.18%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 99 (39.06% from 255) = 71.22%
R=25.18%
G=3.60%
B=71.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal355990.650.9500.61259.1590.3820.39
Hex23563415F03D1035a14
Octal43514310113707540313224
Binary1000111011100011100000110111110111101100000011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230563; }

 p { color: rgb(35,5,99); }

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

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

 a { background-color: rgb(35,5,99); }

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

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

 span { border-color: rgb(35,5,99); }

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