#383AB5

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

Shades of Persian Blue #383AB5

Tints of Persian Blue #383AB5

Color information

#383AB5 (or 0x383AB5) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and B5. RGB value is (56,58,181). Sum of RGB (Red+Green+Blue) = 56+58+181=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 181 (71.09% from 255 or 61.36% from 295); Max value from RGB is 181 - color contains mainly: blue. Hex color #383AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383AB5 is #C7C54A. Grayscale: #464646. Windows color (decimal): -13092171 or 11876920. OLE color: 11876920.

HSL color Cylindrical-coordinate representation of color #383AB5: hue angle of 239.04º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383AB5 is Cyan = 0.69, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5658181-
CMYK0.690.6800.29
HSL239.04º52.74%46.47%-
HSV(B)239.04º69.06%70.98%-
XYZ11.487.244.5-
YUV71.42189.84117-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.98%
GREEN value IS 58 (23.05% from 255) = 19.66%
BLUE value IS 181 (71.09% from 255) = 61.36%
R=18.98%
G=19.66%
B=61.36%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal56581810.690.6800.29239.0452.7446.47
Hex383AB5454401Def352e
Octal70722651051040353576556
Binary111000111010101101011000101100010001110111101111110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383AB5; }

 p { color: rgb(56,58,181); }

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

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

 a { background-color: rgb(56,58,181); }

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

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

 span { border-color: rgb(56,58,181); }

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