Html Css Color HEX #3012FC Han Purple

📋 copy color: '#3012FC'

red 48 ◦ green 18 ◦ blue 252

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

Shades of Han Purple #3012FC

Tints of Han Purple #3012FC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

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

R = 15.09%
G = 5.66%
B = 79.25%

CMYK

 C value IS 0.81

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#3012FC (or 0x3012FC) is known color: Han Purple. HEX triplet: 30, 12 and FC. RGB value is (48,18,252). Sum of RGB (Red+Green+Blue) = 48+18+252=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #3012FC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3012FC is #CFED03. Grayscale: #343434. Windows color (decimal): -13626628 or 16519728. OLE color: 16519728.

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

Color convert

RGB 48 18 252 -
CMYK 0.81 0.93 0 0.01
HSL 247.69º 0.98% 0.53% -
HSV(B) 247.69º 0.93% 0.99% -
XYZ 19.01 8.09 92.66 -
YUV 53.65 239.94 123.97 -
System Red Green Blue C M Y K H S L
Decimal 48 18 252 0.81 0.93 0 0.01 247.69 0.98 0.53
Hex 30 12 FC 51 5D 0 1 F8 62 35
Octal 60 22 374 121 135 0 1 370 142 65
Binary 110000 10010 11111100 1010001 1011101 0 1 11111000 1100010 110101

Color Harmonies of #3012FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012FC

Black with #3012FC

Text Example


Text Example

White with #3012FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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