#2D12FD

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

Shades of Han Purple #2D12FD

Tints of Han Purple #2D12FD

Color information

#2D12FD (or 0x2D12FD) is unknown color: approx Han Purple. HEX triplet: 2D, 12 and FD. RGB value is (45,18,253). Sum of RGB (Red+Green+Blue) = 45+18+253=316 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.24% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #2D12FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D12FD is #D2ED02. Grayscale: #333333. Windows color (decimal): -13823235 or 16585261. OLE color: 16585261.

HSL color Cylindrical-coordinate representation of color #2D12FD: hue angle of 246.89º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D12FD is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4518253-
CMYK0.820.9300.01
HSL246.89º98.33%53.14%-
HSV(B)246.89º92.89%99.22%-
XYZ19.038.0893.49-
YUV52.86240.95122.39-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.24%
GREEN value IS 18 (7.42% from 255) = 5.70%
BLUE value IS 253 (99.22% from 255) = 80.06%
R=14.24%
G=5.70%
B=80.06%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal45182530.820.9300.01246.8998.3353.14
Hex2D12FD525D01f76235
Octal55223751221350136714265
Binary10110110010111111011010010101110101111101111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D12FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D12FD; }

 p { color: rgb(45,18,253); }

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

<style>
 a { background-color: #2D12FD; }

 a { background-color: rgb(45,18,253); }

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

<style>
 span { border-color: #2D12FD; }

 span { border-color: rgb(45,18,253); }

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