Html Css Color HEX #3002DD Han Purple

📋 copy color: '#3002DD'

red 48 ◦ green 2 ◦ blue 221

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

Shades of Han Purple #3002DD

Tints of Han Purple #3002DD

RGB

 RED value IS 48 (19.14% from 255) = 17.71%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 221 (86.72% from 255) = 81.55%

R = 17.71%
G = 0.74%
B = 81.55%

CMYK

 C value IS 0.78

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3002DD (or 0x3002DD) is known color: Han Purple. HEX triplet: 30, 02 and DD. RGB value is (48,2,221). Sum of RGB (Red+Green+Blue) = 48+2+221=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 221 (86.72% from 255 or 81.55% from 271); Max value from RGB is 221 - color contains mainly: blue. Hex color #3002DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002DD is #CFFD22. Grayscale: #272727. Windows color (decimal): -13630755 or 14484016. OLE color: 14484016.

HSL color Cylindrical-coordinate representation of color #3002DD: hue angle of 252.6º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002DD is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 2 221 -
CMYK 0.78 0.99 0 0.13
HSL 252.6º 0.98% 0.44% -
HSV(B) 252.6º 0.99% 0.87% -
XYZ 14.29 5.89 68.79 -
YUV 40.72 229.74 133.19 -
System Red Green Blue C M Y K H S L
Decimal 48 2 221 0.78 0.99 0 0.13 252.6 0.98 0.44
Hex 30 2 DD 4E 63 0 D FD 62 2C
Octal 60 2 335 116 143 0 15 375 142 54
Binary 110000 10 11011101 1001110 1100011 0 1101 11111101 1100010 101100

Color Harmonies of #3002DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002DD

Black with #3002DD

Text Example


Text Example

White with #3002DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3002DD; }

 p { color: rgb(48,2,221); }

 H1.HeaderClassName
 {
   color: #3002DD;
 }
 .AnyTagClassName
 {
   color: #3002DD;
 }
</style>

background-color css

<style>
 a { background-color: #3002DD; }

 a { background-color: rgb(48,2,221); }

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

border-color css

<style>
 span { border-color: #3002DD; }

 span { border-color: rgb(48,2,221); }

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