#33277B

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

Shades of Persian Indigo #33277B

Tints of Persian Indigo #33277B

Color information

#33277B (or 0x33277B) is unknown color: approx Persian Indigo. HEX triplet: 33, 27 and 7B. RGB value is (51,39,123). Sum of RGB (Red+Green+Blue) = 51+39+123=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #33277B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33277B is #CCD884. Grayscale: #333333. Windows color (decimal): -13424773 or 8070963. OLE color: 8070963.

HSL color Cylindrical-coordinate representation of color #33277B: hue angle of 248.57º 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 #33277B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5139123-
CMYK0.590.6800.52
HSL248.57º51.85%31.76%-
HSV(B)248.57º68.29%48.24%-
XYZ5.673.5819.13-
YUV52.16167.98127.17-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.94%
GREEN value IS 39 (15.62% from 255) = 18.31%
BLUE value IS 123 (48.44% from 255) = 57.75%
R=23.94%
G=18.31%
B=57.75%

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
Decimal51391230.590.6800.52248.5751.8531.76
Hex33277B3B44034f93420
Octal6347173731040643716440
Binary11001110011111110111110111000100011010011111001110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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