#3802CC

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

Shades of Han Purple #3802CC

Tints of Han Purple #3802CC

Color information

#3802CC (or 0x3802CC) is unknown color: approx Han Purple. HEX triplet: 38, 02 and CC. RGB value is (56,2,204). Sum of RGB (Red+Green+Blue) = 56+2+204=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 204 (80.08% from 255 or 77.86% from 262); Max value from RGB is 204 - color contains mainly: blue. Hex color #3802CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3802CC is #C7FD33. Grayscale: #282828. Windows color (decimal): -13106484 or 13369912. OLE color: 13369912.

HSL color Cylindrical-coordinate representation of color #3802CC: hue angle of 256.04º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3802CC is Cyan = 0.73, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB562204-
CMYK0.730.9900.2
HSL256.04º98.06%40.39%-
HSV(B)256.04º99.02%80%-
XYZ12.555.2457.48-
YUV41.17219.89138.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.37%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 204 (80.08% from 255) = 77.86%
R=21.37%
G=0.76%
B=77.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal5622040.730.9900.2256.0498.0640.39
Hex382CC49630141006228
Octal70231411114302440014250
Binary1110001011001100100100111000110101001000000001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3802CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3802CC; }

 p { color: rgb(56,2,204); }

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

<style>
 a { background-color: #3802CC; }

 a { background-color: rgb(56,2,204); }

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

<style>
 span { border-color: #3802CC; }

 span { border-color: rgb(56,2,204); }

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