#381277

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

Shades of Persian Indigo #381277

Tints of Persian Indigo #381277

Color information

#381277 (or 0x381277) is unknown color: approx Persian Indigo. HEX triplet: 38, 12 and 77. RGB value is (56,18,119). Sum of RGB (Red+Green+Blue) = 56+18+119=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 18 (7.42% from 255 or 9.33% from 193); Blue value is 119 (46.88% from 255 or 61.66% from 193); Max value from RGB is 119 - color contains mainly: blue. Hex color #381277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #381277 is #C7ED88. Grayscale: #282828. Windows color (decimal): -13102473 or 7803448. OLE color: 7803448.

HSL color Cylindrical-coordinate representation of color #381277: hue angle of 262.57º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381277 is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5618119-
CMYK0.530.8500.53
HSL262.57º73.72%26.86%-
HSV(B)262.57º84.87%46.67%-
XYZ5.182.6117.68-
YUV40.88172.09138.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 18 (7.42% from 255) = 9.33%
BLUE value IS 119 (46.88% from 255) = 61.66%
R=29.02%
G=9.33%
B=61.66%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56181190.530.8500.53262.5773.7226.86
Hex38127735550351074a1b
Octal70221676512506540711233
Binary11100010010111011111010110101010110101100000111100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381277; }

 p { color: rgb(56,18,119); }

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

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

 a { background-color: rgb(56,18,119); }

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

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

 span { border-color: rgb(56,18,119); }

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