#3829CA

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

Shades of Persian Blue #3829CA

Tints of Persian Blue #3829CA

Color information

#3829CA (or 0x3829CA) is unknown color: approx Persian Blue. HEX triplet: 38, 29 and CA. RGB value is (56,41,202). Sum of RGB (Red+Green+Blue) = 56+41+202=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 202 (79.30% from 255 or 67.56% from 299); Max value from RGB is 202 - color contains mainly: blue. Hex color #3829CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829CA is #C7D635. Grayscale: #3F3F3F. Windows color (decimal): -13096502 or 13248824. OLE color: 13248824.

HSL color Cylindrical-coordinate representation of color #3829CA: hue angle of 245.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3829CA is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5641202-
CMYK0.720.8000.21
HSL245.59º66.26%47.65%-
HSV(B)245.59º79.7%79.22%-
XYZ13.086.6956.48-
YUV63.84205.97122.41-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 41 (16.41% from 255) = 13.71%
BLUE value IS 202 (79.30% from 255) = 67.56%
R=18.73%
G=13.71%
B=67.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56412020.720.8000.21245.5966.2647.65
Hex3829CA4850015f64230
Octal705131211012002536610260
Binary1110001010011100101010010001010000010101111101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3829CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3829CA; }

 p { color: rgb(56,41,202); }

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

<style>
 a { background-color: #3829CA; }

 a { background-color: rgb(56,41,202); }

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

<style>
 span { border-color: #3829CA; }

 span { border-color: rgb(56,41,202); }

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