#200368

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

Shades of Persian Indigo #200368

Tints of Persian Indigo #200368

Color information

#200368 (or 0x200368) is unknown color: approx Persian Indigo. HEX triplet: 20, 03 and 68. RGB value is (32,3,104). Sum of RGB (Red+Green+Blue) = 32+3+104=139 (18% of max value = 765). Red value is 32 (12.89% from 255 or 23.02% from 139); Green value is 3 (1.56% from 255 or 2.16% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #200368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200368 is #DFFC97. Grayscale: #161616. Windows color (decimal): -14679192 or 6816544. OLE color: 6816544.

HSL color Cylindrical-coordinate representation of color #200368: hue angle of 257.23º 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 #200368 is Cyan = 0.69, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB323104-
CMYK0.690.9700.59
HSL257.23º94.39%20.98%-
HSV(B)257.23º97.12%40.78%-
XYZ3.131.3713.2-
YUV23.18173.61134.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 23.02%
GREEN value IS 3 (1.56% from 255) = 2.16%
BLUE value IS 104 (41.02% from 255) = 74.82%
R=23.02%
G=2.16%
B=74.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3231040.690.9700.59257.2394.3920.98
Hex20368456103B1015e15
Octal40315010514107340113625
Binary100000111101000100010111000010111011100000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200368; }

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

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

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

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

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

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

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

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