#331282

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

Shades of Persian Indigo #331282

Tints of Persian Indigo #331282

Color information

#331282 (or 0x331282) is unknown color: approx Persian Indigo. HEX triplet: 33, 12 and 82. RGB value is (51,18,130). Sum of RGB (Red+Green+Blue) = 51+18+130=199 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.63% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 130 (51.17% from 255 or 65.33% from 199); Max value from RGB is 130 - color contains mainly: blue. Hex color #331282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331282 is #CCED7D. Grayscale: #282828. Windows color (decimal): -13430142 or 8524339. OLE color: 8524339.

HSL color Cylindrical-coordinate representation of color #331282: hue angle of 257.68º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #331282 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5118130-
CMYK0.610.8600.49
HSL257.68º75.68%29.02%-
HSV(B)257.68º86.15%50.98%-
XYZ5.612.7521.35-
YUV40.64178.43135.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.63%
GREEN value IS 18 (7.42% from 255) = 9.05%
BLUE value IS 130 (51.17% from 255) = 65.33%
R=25.63%
G=9.05%
B=65.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal51181300.610.8600.49257.6875.6829.02
Hex3312823D560311024c1d
Octal63222027512606140211435
Binary110011100101000001011110110101100110001100000010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331282; }

 p { color: rgb(51,18,130); }

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

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

 a { background-color: rgb(51,18,130); }

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

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

 span { border-color: rgb(51,18,130); }

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