#3D2CCA

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

Shades of Persian Blue #3D2CCA

Tints of Persian Blue #3D2CCA

Color information

#3D2CCA (or 0x3D2CCA) is unknown color: approx Persian Blue. HEX triplet: 3D, 2C and CA. RGB value is (61,44,202). Sum of RGB (Red+Green+Blue) = 61+44+202=307 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.87% from 307); Green value is 44 (17.58% from 255 or 14.33% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D2CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D2CCA is #C2D335. Grayscale: #424242. Windows color (decimal): -12768054 or 13249597. OLE color: 13249597.

HSL color Cylindrical-coordinate representation of color #3D2CCA: hue angle of 246.46º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3D2CCA is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB6144202-
CMYK0.700.7800.21
HSL246.46º64.23%48.24%-
HSV(B)246.46º78.22%79.22%-
XYZ13.497.0656.53-
YUV67.1204.13123.65-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.87%
GREEN value IS 44 (17.58% from 255) = 14.33%
BLUE value IS 202 (79.30% from 255) = 65.80%
R=19.87%
G=14.33%
B=65.80%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal61442020.700.7800.21246.4664.2348.24
Hex3D2CCA464E015f64030
Octal755431210611602536610060
Binary1111011011001100101010001101001110010101111101101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D2CCA; }

 p { color: rgb(61,44,202); }

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

<style>
 a { background-color: #3D2CCA; }

 a { background-color: rgb(61,44,202); }

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

<style>
 span { border-color: #3D2CCA; }

 span { border-color: rgb(61,44,202); }

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