Html Css Color HEX #3002DF Han Purple

📋 copy color: '#3002DF'

red 48 ◦ green 2 ◦ blue 223

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

Shades of Han Purple #3002DF

Tints of Han Purple #3002DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 81.68%

R = 17.58%
G = 0.73%
B = 81.68%

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

#3002DF (or 0x3002DF) is known color: Han Purple. HEX triplet: 30, 02 and DF. RGB value is (48,2,223). Sum of RGB (Red+Green+Blue) = 48+2+223=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #3002DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3002DF is #CFFD20. Grayscale: #282828. Windows color (decimal): -13630753 or 14615088. OLE color: 14615088.

HSL color Cylindrical-coordinate representation of color #3002DF: hue angle of 252.49º 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 #3002DF is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 48 2 223 -
CMYK 0.78 0.99 0 0.13
HSL 252.49º 0.98% 0.44% -
HSV(B) 252.49º 0.99% 0.87% -
XYZ 14.56 6 70.2 -
YUV 40.95 230.74 133.03 -
System Red Green Blue C M Y K H S L
Decimal 48 2 223 0.78 0.99 0 0.13 252.49 0.98 0.44
Hex 30 2 DF 4E 63 0 D FC 62 2C
Octal 60 2 337 116 143 0 15 374 142 54
Binary 110000 10 11011111 1001110 1100011 0 1101 11111100 1100010 101100

Color Harmonies of #3002DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002DF

Black with #3002DF

Text Example


Text Example

White with #3002DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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