#3D03CA

Color #3D03CA Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #3D03CA

Tints of Han Purple #3D03CA

Color information

#3D03CA (or 0x3D03CA) is unknown color: approx Han Purple. HEX triplet: 3D, 03 and CA. RGB value is (61,3,202). Sum of RGB (Red+Green+Blue) = 61+3+202=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 202 (79.30% from 255 or 75.94% from 266); Max value from RGB is 202 - color contains mainly: blue. Hex color #3D03CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D03CA is #C2FC35. Grayscale: #2A2A2A. Windows color (decimal): -12778550 or 13239101. OLE color: 13239101.

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

Color convert

RGB613202-
CMYK0.700.9900.21
HSL257.49º97.07%40.2%-
HSV(B)257.49º98.51%79.22%-
XYZ12.625.3256.24-
YUV43.03217.72140.82-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.93%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 202 (79.30% from 255) = 75.94%
R=22.93%
G=1.13%
B=75.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal6132020.700.9900.21257.4997.0740.2
Hex3D3CA46630151016128
Octal75331210614302540114150
Binary1111011111001010100011011000110101011000000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D03CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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