#382484

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

Shades of Persian Indigo #382484

Tints of Persian Indigo #382484

Color information

#382484 (or 0x382484) is unknown color: approx Persian Indigo. HEX triplet: 38, 24 and 84. RGB value is (56,36,132). Sum of RGB (Red+Green+Blue) = 56+36+132=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 36 (14.45% from 255 or 16.07% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #382484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #382484 is #C7DB7B. Grayscale: #343434. Windows color (decimal): -13097852 or 8660024. OLE color: 8660024.

HSL color Cylindrical-coordinate representation of color #382484: hue angle of 252.5º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #382484 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5636132-
CMYK0.580.7300.48
HSL252.5º57.14%32.94%-
HSV(B)252.5º72.73%51.76%-
XYZ6.433.7722.22-
YUV52.92172.63130.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 16.07%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=25%
G=16.07%
B=58.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56361320.580.7300.48252.557.1432.94
Hex3824843A49030fc3921
Octal7044204721110603747141
Binary111000100100100001001110101001001011000011111100111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382484; }

 p { color: rgb(56,36,132); }

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

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

 a { background-color: rgb(56,36,132); }

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

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

 span { border-color: rgb(56,36,132); }

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