#383ABF

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

Shades of Persian Blue #383ABF

Tints of Persian Blue #383ABF

Color information

#383ABF (or 0x383ABF) is unknown color: approx Persian Blue. HEX triplet: 38, 3A and BF. RGB value is (56,58,191). Sum of RGB (Red+Green+Blue) = 56+58+191=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 191 (75% from 255 or 62.62% from 305); Max value from RGB is 191 - color contains mainly: blue. Hex color #383ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ABF is #C7C540. Grayscale: #484848. Windows color (decimal): -13092161 or 12532280. OLE color: 12532280.

HSL color Cylindrical-coordinate representation of color #383ABF: hue angle of 239.11º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #383ABF is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5658191-
CMYK0.710.7000.25
HSL239.11º54.66%48.43%-
HSV(B)239.11º70.68%74.9%-
XYZ12.557.6350.1-
YUV72.56194.84116.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 58 (23.05% from 255) = 19.02%
BLUE value IS 191 (75% from 255) = 62.62%
R=18.36%
G=19.02%
B=62.62%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal56581910.710.7000.25239.1154.6648.43
Hex383ABF4746019ef3730
Octal70722771071060313576760
Binary111000111010101111111000111100011001100111101111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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