#230363

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

Shades of Persian Indigo #230363

Tints of Persian Indigo #230363

Color information

#230363 (or 0x230363) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 63. RGB value is (35,3,99). Sum of RGB (Red+Green+Blue) = 35+3+99=137 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25.55% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #230363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230363 is #DCFC9C. Grayscale: #171717. Windows color (decimal): -14482589 or 6488867. OLE color: 6488867.

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

Color convert

RGB35399-
CMYK0.650.9700.61
HSL260º94.12%20%-
HSV(B)260º96.97%38.82%-
XYZ2.981.3211.9-
YUV23.51170.6136.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 25.55%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=25.55%
G=2.19%
B=72.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal353990.650.9700.6126094.1220
Hex23363416103D1045e14
Octal43314310114107540413624
Binary100011111100011100000111000010111101100000100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230363; }

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

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

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

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

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

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

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

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