Html Css Color HEX #3002FD Han Purple

📋 copy color: '#3002FD'

red 48 ◦ green 2 ◦ blue 253

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

Shades of Han Purple #3002FD

Tints of Han Purple #3002FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 83.5%

R = 15.84%
G = 0.66%
B = 83.5%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3002FD (or 0x3002FD) is known color: Han Purple. HEX triplet: 30, 02 and FD. RGB value is (48,2,253). Sum of RGB (Red+Green+Blue) = 48+2+253=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 253 (99.22% from 255 or 83.50% from 303); Max value from RGB is 253 - color contains mainly: blue. Hex color #3002FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3002FD is #CFFD02. Grayscale: #2B2B2B. Windows color (decimal): -13630723 or 16581168. OLE color: 16581168.

HSL color Cylindrical-coordinate representation of color #3002FD: hue angle of 251º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3002FD is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 48 2 253 -
CMYK 0.81 0.99 0 0.01
HSL 251º 0.98% 0.5% -
HSV(B) 251º 0.99% 0.99% -
XYZ 18.97 7.76 93.43 -
YUV 44.37 245.74 130.59 -
System Red Green Blue C M Y K H S L
Decimal 48 2 253 0.81 0.99 0 0.01 251 0.98 0.5
Hex 30 2 FD 51 63 0 1 FB 62 32
Octal 60 2 375 121 143 0 1 373 142 62
Binary 110000 10 11111101 1010001 1100011 0 1 11111011 1100010 110010

Color Harmonies of #3002FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002FD

Black with #3002FD

Text Example


Text Example

White with #3002FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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