Shades of Han Purple #2D08DF
Tints of Han Purple #2D08DF
RGB
CMYK
RGB Variations
Color information
#2D08DF (or 0x2D08DF) is known color: Han Purple. HEX triplet: 2D, 08 and DF. RGB value is (45,8,223). Sum of RGB (Red+Green+Blue) = 45+8+223=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 223 (87.5% from 255 or 80.80% from 276); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D08DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D08DF is #D2F720. Grayscale: #2A2A2A. Windows color (decimal): -13825825 or 14616621. OLE color: 14616621.
HSL color Cylindrical-coordinate representation of color #2D08DF: hue angle of 250.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D08DF is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 45 | 8 | 223 | - |
CMYK | 0.80 | 0.96 | 0 | 0.13 |
HSL | 250.33º | 0.93% | 0.45% | - |
HSV(B) | 250.33º | 0.96% | 0.87% | - |
XYZ | 14.49 | 6.06 | 70.22 | - |
YUV | 43.57 | 229.26 | 129.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 8 | 223 | 0.80 | 0.96 | 0 | 0.13 | 250.33 | 0.93 | 0.45 |
Hex | 2D | 8 | DF | 50 | 60 | 0 | D | FA | 5D | 2D |
Octal | 55 | 10 | 337 | 120 | 140 | 0 | 15 | 372 | 135 | 55 |
Binary | 101101 | 1000 | 11011111 | 1010000 | 1100000 | 0 | 1101 | 11111010 | 1011101 | 101101 |
Color Harmonies of #2D08DF
Complementary color
Monochromatic Colors of #2D08DF
Black with #2D08DF
Text Example
Text Example
White with #2D08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D08DF; }
p { color: rgb(45,8,223); }
H1.HeaderClassName
{
color: #2D08DF;
}
.AnyTagClassName
{
color: #2D08DF;
}
</style>
background-color css
<style>
a { background-color: #2D08DF; }
a { background-color: rgb(45,8,223); }
div.DivClassName
{
background-color: #2D08DF;
}
.BgClassName
{
background-color: #2D08DF;
}
</style>
border-color css
<style>
span { border-color: #2D08DF; }
span { border-color: rgb(45,8,223); }
td.TdClassName
{
border-color: #2D08DF;
}
.TagClassName
{
border-color: #2D08DF;
}
</style>