#382AB4

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

Shades of Persian Blue #382AB4

Tints of Persian Blue #382AB4

Color information

#382AB4 (or 0x382AB4) is unknown color: approx Persian Blue. HEX triplet: 38, 2A and B4. RGB value is (56,42,180). Sum of RGB (Red+Green+Blue) = 56+42+180=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 180 (70.70% from 255 or 64.75% from 278); Max value from RGB is 180 - color contains mainly: blue. Hex color #382AB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382AB4 is #C7D54B. Grayscale: #3D3D3D. Windows color (decimal): -13096268 or 11807288. OLE color: 11807288.

HSL color Cylindrical-coordinate representation of color #382AB4: hue angle of 246.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #382AB4 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5642180-
CMYK0.690.7700.29
HSL246.09º62.16%43.53%-
HSV(B)246.09º76.67%70.59%-
XYZ10.75.7943.73-
YUV61.92194.64123.78-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 42 (16.80% from 255) = 15.11%
BLUE value IS 180 (70.70% from 255) = 64.75%
R=20.14%
G=15.11%
B=64.75%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56421800.690.7700.29246.0962.1643.53
Hex382AB4454D01Df63e2c
Octal70522641051150353667654
Binary111000101010101101001000101100110101110111110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382AB4; }

 p { color: rgb(56,42,180); }

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

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

 a { background-color: rgb(56,42,180); }

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

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

 span { border-color: rgb(56,42,180); }

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