Html Css Color HEX #300CFA Han Purple

📋 copy color: '#300CFA'

red 48 ◦ green 12 ◦ blue 250

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

Shades of Han Purple #300CFA

Tints of Han Purple #300CFA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.87%

 BLUE value IS 250 (98.05% from 255) = 80.65%

R = 15.48%
G = 3.87%
B = 80.65%

CMYK

 C value IS 0.81

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#300CFA (or 0x300CFA) is known color: Han Purple. HEX triplet: 30, 0C and FA. RGB value is (48,12,250). Sum of RGB (Red+Green+Blue) = 48+12+250=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 250 (98.05% from 255 or 80.65% from 310); Max value from RGB is 250 - color contains mainly: blue. Hex color #300CFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #300CFA is #CFF305. Grayscale: #303030. Windows color (decimal): -13628166 or 16387120. OLE color: 16387120.

HSL color Cylindrical-coordinate representation of color #300CFA: hue angle of 249.08º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #300CFA is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 48 12 250 -
CMYK 0.81 0.95 0 0.02
HSL 249.08º 0.96% 0.51% -
HSV(B) 249.08º 0.95% 0.98% -
XYZ 18.61 7.79 90.97 -
YUV 49.9 240.93 126.65 -
System Red Green Blue C M Y K H S L
Decimal 48 12 250 0.81 0.95 0 0.02 249.08 0.96 0.51
Hex 30 C FA 51 5F 0 2 F9 60 33
Octal 60 14 372 121 137 0 2 371 140 63
Binary 110000 1100 11111010 1010001 1011111 0 10 11111001 1100000 110011

Color Harmonies of #300CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300CFA

Black with #300CFA

Text Example


Text Example

White with #300CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300CFA; }

 p { color: rgb(48,12,250); }

 H1.HeaderClassName
 {
   color: #300CFA;
 }
 .AnyTagClassName
 {
   color: #300CFA;
 }
</style>

background-color css

<style>
 a { background-color: #300CFA; }

 a { background-color: rgb(48,12,250); }

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

border-color css

<style>
 span { border-color: #300CFA; }

 span { border-color: rgb(48,12,250); }

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