#230368

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

Shades of Persian Indigo #230368

Tints of Persian Indigo #230368

Color information

#230368 (or 0x230368) is unknown color: approx Persian Indigo. HEX triplet: 23, 03 and 68. RGB value is (35,3,104). Sum of RGB (Red+Green+Blue) = 35+3+104=142 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.65% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #230368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230368 is #DCFC97. Grayscale: #171717. Windows color (decimal): -14482584 or 6816547. OLE color: 6816547.

HSL color Cylindrical-coordinate representation of color #230368: hue angle of 259.01º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #230368 is Cyan = 0.66, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB353104-
CMYK0.660.9700.59
HSL259.01º94.39%20.98%-
HSV(B)259.01º97.12%40.78%-
XYZ3.221.4213.2-
YUV24.08173.1135.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 24.65%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 104 (41.02% from 255) = 73.24%
R=24.65%
G=2.11%
B=73.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3531040.660.9700.59259.0194.3920.98
Hex23368426103B1035e15
Octal43315010214107340313625
Binary100011111101000100001011000010111011100000011101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230368; }

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

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

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

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

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

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

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

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