#3828CD

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

Shades of Persian Blue #3828CD

Tints of Persian Blue #3828CD

Color information

#3828CD (or 0x3828CD) is unknown color: approx Persian Blue. HEX triplet: 38, 28 and CD. RGB value is (56,40,205). Sum of RGB (Red+Green+Blue) = 56+40+205=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #3828CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828CD is #C7D732. Grayscale: #3E3E3E. Windows color (decimal): -13096755 or 13445176. OLE color: 13445176.

HSL color Cylindrical-coordinate representation of color #3828CD: hue angle of 245.82º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3828CD is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5640205-
CMYK0.730.8000.20
HSL245.82º67.35%48.04%-
HSV(B)245.82º80.49%80.39%-
XYZ13.416.7758.36-
YUV63.59207.8122.58-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 40 (16.02% from 255) = 13.29%
BLUE value IS 205 (80.47% from 255) = 68.11%
R=18.60%
G=13.29%
B=68.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56402050.730.8000.20245.8267.3548.04
Hex3828CD4950014f64330
Octal705031511112002436610360
Binary1110001010001100110110010011010000010100111101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3828CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3828CD; }

 p { color: rgb(56,40,205); }

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

<style>
 a { background-color: #3828CD; }

 a { background-color: rgb(56,40,205); }

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

<style>
 span { border-color: #3828CD; }

 span { border-color: rgb(56,40,205); }

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