#32277B

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

Shades of Persian Indigo #32277B

Tints of Persian Indigo #32277B

Color information

#32277B (or 0x32277B) is unknown color: approx Persian Indigo. HEX triplet: 32, 27 and 7B. RGB value is (50,39,123). Sum of RGB (Red+Green+Blue) = 50+39+123=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #32277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32277B is #CDD884. Grayscale: #333333. Windows color (decimal): -13490309 or 8070962. OLE color: 8070962.

HSL color Cylindrical-coordinate representation of color #32277B: hue angle of 247.86º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #32277B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5039123-
CMYK0.590.6800.52
HSL247.86º51.85%31.76%-
HSV(B)247.86º68.29%48.24%-
XYZ5.623.5619.13-
YUV51.86168.14126.67-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 123 (48.44% from 255) = 58.02%
R=23.58%
G=18.40%
B=58.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50391230.590.6800.52247.8651.8531.76
Hex32277B3B44034f83420
Octal6247173731040643706440
Binary11001010011111110111110111000100011010011111000110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32277B; }

 p { color: rgb(50,39,123); }

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

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

 a { background-color: rgb(50,39,123); }

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

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

 span { border-color: rgb(50,39,123); }

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