#382BC0

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

Shades of Persian Blue #382BC0

Tints of Persian Blue #382BC0

Color information

#382BC0 (or 0x382BC0) is unknown color: approx Persian Blue. HEX triplet: 38, 2B and C0. RGB value is (56,43,192). Sum of RGB (Red+Green+Blue) = 56+43+192=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 192 (75.39% from 255 or 65.98% from 291); Max value from RGB is 192 - color contains mainly: blue. Hex color #382BC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BC0 is #C7D43F. Grayscale: #3F3F3F. Windows color (decimal): -13096000 or 12593976. OLE color: 12593976.

HSL color Cylindrical-coordinate representation of color #382BC0: hue angle of 245.23º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #382BC0 is Cyan = 0.71, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5643192-
CMYK0.710.7800.25
HSL245.23º63.4%46.08%-
HSV(B)245.23º77.6%75.29%-
XYZ12.016.3750.47-
YUV63.87200.31122.38-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.24%
GREEN value IS 43 (17.19% from 255) = 14.78%
BLUE value IS 192 (75.39% from 255) = 65.98%
R=19.24%
G=14.78%
B=65.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56431920.710.7800.25245.2363.446.08
Hex382BC0474E019f53f2e
Octal70533001071160313657756
Binary111000101011110000001000111100111001100111110101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,43,192); }

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

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

 a { background-color: rgb(56,43,192); }

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

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

 span { border-color: rgb(56,43,192); }

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