Html Css Color HEX #3012FD Han Purple

📋 copy color: '#3012FD'

red 48 ◦ green 18 ◦ blue 253

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

Shades of Han Purple #3012FD

Tints of Han Purple #3012FD

RGB

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

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

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

R = 15.05%
G = 5.64%
B = 79.31%

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

#3012FD (or 0x3012FD) is known color: Han Purple. HEX triplet: 30, 12 and FD. RGB value is (48,18,253). Sum of RGB (Red+Green+Blue) = 48+18+253=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 253 (99.22% from 255 or 79.31% from 319); Max value from RGB is 253 - color contains mainly: blue. Hex color #3012FD is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3012FD is #CFED02. Grayscale: #343434. Windows color (decimal): -13626627 or 16585264. OLE color: 16585264.

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

Color convert

RGB 48 18 253 -
CMYK 0.81 0.93 0 0.01
HSL 247.66º 0.98% 0.53% -
HSV(B) 247.66º 0.93% 0.99% -
XYZ 19.16 8.15 93.49 -
YUV 53.76 240.44 123.89 -
System Red Green Blue C M Y K H S L
Decimal 48 18 253 0.81 0.93 0 0.01 247.66 0.98 0.53
Hex 30 12 FD 51 5D 0 1 F8 62 35
Octal 60 22 375 121 135 0 1 370 142 65
Binary 110000 10010 11111101 1010001 1011101 0 1 11111000 1100010 110101

Color Harmonies of #3012FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3012FD

Black with #3012FD

Text Example


Text Example

White with #3012FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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