Html Css Color HEX #2D0DEB Han Purple

📋 copy color: '#2D0DEB'

red 45 ◦ green 13 ◦ blue 235

#2D0DEB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #2D0DEB

Tints of Han Purple #2D0DEB

RGB

 RED value IS 45 (17.97% from 255) = 15.36%

 GREEN value IS 13 (5.47% from 255) = 4.44%

 BLUE value IS 235 (92.19% from 255) = 80.2%

R = 15.36%
G = 4.44%
B = 80.2%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2D0DEB (or 0x2D0DEB) is known color: Han Purple. HEX triplet: 2D, 0D and EB. RGB value is (45,13,235). Sum of RGB (Red+Green+Blue) = 45+13+235=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 13 (5.47% from 255 or 4.44% from 293); Blue value is 235 (92.19% from 255 or 80.20% from 293); Max value from RGB is 235 - color contains mainly: blue. Hex color #2D0DEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2D0DEB is #D2F214. Grayscale: #2F2F2F. Windows color (decimal): -13824533 or 15404333. OLE color: 15404333.

HSL color Cylindrical-coordinate representation of color #2D0DEB: hue angle of 248.65º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2D0DEB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 45 13 235 -
CMYK 0.81 0.94 0 0.08
HSL 248.65º 0.9% 0.49% -
HSV(B) 248.65º 0.94% 0.92% -
XYZ 16.22 6.84 79.06 -
YUV 47.88 233.6 125.95 -
System Red Green Blue C M Y K H S L
Decimal 45 13 235 0.81 0.94 0 0.08 248.65 0.9 0.49
Hex 2D D EB 51 5E 0 8 F9 5A 31
Octal 55 15 353 121 136 0 10 371 132 61
Binary 101101 1101 11101011 1010001 1011110 0 1000 11111001 1011010 110001

Color Harmonies of #2D0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0DEB

Black with #2D0DEB

Text Example


Text Example

White with #2D0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,13,235); }

 H1.HeaderClassName
 {
   color: #2D0DEB;
 }
 .AnyTagClassName
 {
   color: #2D0DEB;
 }
</style>

background-color css

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

 a { background-color: rgb(45,13,235); }

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

border-color css

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

 span { border-color: rgb(45,13,235); }

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