#3E00CD

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

Shades of Han Purple #3E00CD

Tints of Han Purple #3E00CD

Color information

#3E00CD (or 0x3E00CD) is unknown color: approx Han Purple. HEX triplet: 3E, 00 and CD. RGB value is (62,0,205). Sum of RGB (Red+Green+Blue) = 62+0+205=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #3E00CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3E00CD is #C1FF32. Grayscale: #292929. Windows color (decimal): -12713779 or 13434942. OLE color: 13434942.

HSL color Cylindrical-coordinate representation of color #3E00CD: hue angle of 258.15º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E00CD is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB620205-
CMYK0.70100.20
HSL258.15º100%40.2%-
HSV(B)258.15º100%80.39%-
XYZ13.015.4358.12-
YUV41.91220.04142.33-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 23.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 205 (80.47% from 255) = 76.78%
R=23.22%
G=0%
B=76.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal6202050.70100.20258.1510040.2
Hex3E0CD46640141026428
Octal76031510614402440214450
Binary111110011001101100011011001000101001000000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E00CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,0,205); }

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

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

 a { background-color: rgb(62,0,205); }

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

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

 span { border-color: rgb(62,0,205); }

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