#2D00FE

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

Shades of Han Purple #2D00FE

Tints of Han Purple #2D00FE

Color information

#2D00FE (or 0x2D00FE) is unknown color: approx Han Purple. HEX triplet: 2D, 00 and FE. RGB value is (45,0,254). Sum of RGB (Red+Green+Blue) = 45+0+254=299 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.05% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 254 (99.61% from 255 or 84.95% from 299); Max value from RGB is 254 - color contains mainly: blue. Hex color #2D00FE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D00FE is #D2FF01. Grayscale: #292929. Windows color (decimal): -13827842 or 16646189. OLE color: 16646189.

HSL color Cylindrical-coordinate representation of color #2D00FE: hue angle of 250.63º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00FE is Cyan = 0.82, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB450254-
CMYK0.82100.00
HSL250.63º100%49.8%-
HSV(B)250.63º100%99.61%-
XYZ18.977.7194.25-
YUV42.41247.41129.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 254 (99.61% from 255) = 84.95%
R=15.05%
G=0%
B=84.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal4502540.82100.00250.6310049.8
Hex2D0FE526400fb6432
Octal5503761221440037314462
Binary1011010111111101010010110010000111110111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D00FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,0,254); }

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

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

 a { background-color: rgb(45,0,254); }

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

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

 span { border-color: rgb(45,0,254); }

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