#321068

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

Shades of Persian Indigo #321068

Tints of Persian Indigo #321068

Color information

#321068 (or 0x321068) is unknown color: approx Persian Indigo. HEX triplet: 32, 10 and 68. RGB value is (50,16,104). Sum of RGB (Red+Green+Blue) = 50+16+104=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #321068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321068 is #CDEF97. Grayscale: #232323. Windows color (decimal): -13496216 or 6819890. OLE color: 6819890.

HSL color Cylindrical-coordinate representation of color #321068: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321068 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5016104-
CMYK0.520.8500.59
HSL263.18º73.33%23.53%-
HSV(B)263.18º84.62%40.78%-
XYZ42.0513.28-
YUV36.2166.26137.84-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 16 (6.64% from 255) = 9.41%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=29.41%
G=9.41%
B=61.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal50161040.520.8500.59263.1873.3323.53
Hex321068345503B1074918
Octal62201506412507340711130
Binary11001010000110100011010010101010111011100000111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321068; }

 p { color: rgb(50,16,104); }

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

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

 a { background-color: rgb(50,16,104); }

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

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

 span { border-color: rgb(50,16,104); }

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