Html Css Color HEX #3002FC Han Purple

📋 copy color: '#3002FC'

red 48 ◦ green 2 ◦ blue 252

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

Shades of Han Purple #3002FC

Tints of Han Purple #3002FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 83.44%

R = 15.89%
G = 0.66%
B = 83.44%

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

#3002FC (or 0x3002FC) is known color: Han Purple. HEX triplet: 30, 02 and FC. RGB value is (48,2,252). Sum of RGB (Red+Green+Blue) = 48+2+252=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 252 (98.83% from 255 or 83.44% from 302); Max value from RGB is 252 - color contains mainly: blue. Hex color #3002FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3002FC is #CFFD03. Grayscale: #2B2B2B. Windows color (decimal): -13630724 or 16515632. OLE color: 16515632.

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

Color convert

RGB 48 2 252 -
CMYK 0.81 0.99 0 0.01
HSL 251.04º 0.98% 0.5% -
HSV(B) 251.04º 0.99% 0.99% -
XYZ 18.81 7.7 92.59 -
YUV 44.25 245.24 130.67 -
System Red Green Blue C M Y K H S L
Decimal 48 2 252 0.81 0.99 0 0.01 251.04 0.98 0.5
Hex 30 2 FC 51 63 0 1 FB 62 32
Octal 60 2 374 121 143 0 1 373 142 62
Binary 110000 10 11111100 1010001 1100011 0 1 11111011 1100010 110010

Color Harmonies of #3002FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3002FC

Black with #3002FC

Text Example


Text Example

White with #3002FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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