#3830C5

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

Shades of Persian Blue #3830C5

Tints of Persian Blue #3830C5

Color information

#3830C5 (or 0x3830C5) is unknown color: approx Persian Blue. HEX triplet: 38, 30 and C5. RGB value is (56,48,197). Sum of RGB (Red+Green+Blue) = 56+48+197=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 48 (19.14% from 255 or 15.95% from 301); Blue value is 197 (77.34% from 255 or 65.45% from 301); Max value from RGB is 197 - color contains mainly: blue. Hex color #3830C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3830C5 is #C7CF3A. Grayscale: #424242. Windows color (decimal): -13094715 or 12922936. OLE color: 12922936.

HSL color Cylindrical-coordinate representation of color #3830C5: hue angle of 243.22º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3830C5 is Cyan = 0.72, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB5648197-
CMYK0.720.7600.23
HSL243.22º60.82%48.04%-
HSV(B)243.22º75.63%77.25%-
XYZ12.776.9953.5-
YUV67.38201.15119.88-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 48 (19.14% from 255) = 15.95%
BLUE value IS 197 (77.34% from 255) = 65.45%
R=18.60%
G=15.95%
B=65.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56481970.720.7600.23243.2260.8248.04
Hex3830C5484C017f33d30
Octal70603051101140273637560
Binary111000110000110001011001000100110001011111110011111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3830C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3830C5; }

 p { color: rgb(56,48,197); }

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

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

 a { background-color: rgb(56,48,197); }

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

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

 span { border-color: rgb(56,48,197); }

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