#380483

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

Shades of Persian Indigo #380483

Tints of Persian Indigo #380483

Color information

#380483 (or 0x380483) is unknown color: approx Persian Indigo. HEX triplet: 38, 04 and 83. RGB value is (56,4,131). Sum of RGB (Red+Green+Blue) = 56+4+131=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #380483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380483 is #C7FB7C. Grayscale: #212121. Windows color (decimal): -13106045 or 8586296. OLE color: 8586296.

HSL color Cylindrical-coordinate representation of color #380483: hue angle of 264.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #380483 is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB564131-
CMYK0.570.9700.49
HSL264.57º94.07%26.47%-
HSV(B)264.57º96.95%51.37%-
XYZ5.772.5721.66-
YUV34.03182.73143.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 131 (51.56% from 255) = 68.59%
R=29.32%
G=2.09%
B=68.59%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5641310.570.9700.49264.5794.0726.47
Hex3848339610311095e1a
Octal7042037114106141113632
Binary1110001001000001111100111000010110001100001001101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #380483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #380483; }

 p { color: rgb(56,4,131); }

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

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

 a { background-color: rgb(56,4,131); }

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

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

 span { border-color: rgb(56,4,131); }

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