#321a98

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

Shades of Persian Indigo #321A98

Tints of Persian Indigo #321A98

Color information

#321A98 (or 0x321A98) is unknown color: approx Persian Indigo. HEX triplet: 32, 1A and 98. RGB value is (50,26,152). Sum of RGB (Red+Green+Blue) = 50+26+152=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #321A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #321A98 is #CDE567. Grayscale: #2F2F2F. Windows color (decimal): -13493608 or 9968178. OLE color: 9968178.

HSL color Cylindrical-coordinate representation of color #321A98: hue angle of 251.43º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #321A98 is Cyan = 0.67, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5026152-
CMYK0.670.8300.40
HSL251.43º70.79%34.9%-
HSV(B)251.43º82.89%59.61%-
XYZ7.353.6830.03-
YUV47.54186.95129.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 152 (59.77% from 255) = 66.67%
R=21.93%
G=11.40%
B=66.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal50261520.670.8300.40251.4370.7934.9
Hex321A984353028fb4723
Octal623223010312305037310743
Binary1100101101010011000100001110100110101000111110111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321a98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321a98; }

 p { color: rgb(50,26,152); }

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

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

 a { background-color: rgb(50,26,152); }

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

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

 span { border-color: rgb(50,26,152); }

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