#3D12CF

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

Shades of Han Purple #3D12CF

Tints of Han Purple #3D12CF

Color information

#3D12CF (or 0x3D12CF) is unknown color: approx Han Purple. HEX triplet: 3D, 12 and CF. RGB value is (61,18,207). Sum of RGB (Red+Green+Blue) = 61+18+207=286 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.33% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #3D12CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D12CF is #C2ED30. Grayscale: #333333. Windows color (decimal): -12774705 or 13570621. OLE color: 13570621.

HSL color Cylindrical-coordinate representation of color #3D12CF: hue angle of 253.65º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D12CF is Cyan = 0.71, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB6118207-
CMYK0.710.9100.19
HSL253.65º84%44.12%-
HSV(B)253.65º91.3%81.18%-
XYZ13.45.9359.47-
YUV52.4215.25134.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.33%
GREEN value IS 18 (7.42% from 255) = 6.29%
BLUE value IS 207 (81.25% from 255) = 72.38%
R=21.33%
G=6.29%
B=72.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal61182070.710.9100.19253.658444.12
Hex3D12CF475B013fe542c
Octal752231710713302337612454
Binary111101100101100111110001111011011010011111111101010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D12CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,18,207); }

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

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

 a { background-color: rgb(61,18,207); }

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

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

 span { border-color: rgb(61,18,207); }

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