Html Css Color HEX #4D30FC Han Purple

📋 copy color: '#4D30FC'

red 77 ◦ green 48 ◦ blue 252

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

Shades of Han Purple #4D30FC

Tints of Han Purple #4D30FC

RGB

 RED value IS 77 (30.47% from 255) = 20.42%

 GREEN value IS 48 (19.14% from 255) = 12.73%

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

R = 20.42%
G = 12.73%
B = 66.84%

CMYK

 C value IS 0.69

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4D30FC (or 0x4D30FC) is known color: Han Purple. HEX triplet: 4D, 30 and FC. RGB value is (77,48,252). Sum of RGB (Red+Green+Blue) = 77+48+252=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #4D30FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D30FC is #B2CF03. Grayscale: #4F4F4F. Windows color (decimal): -11718404 or 16527437. OLE color: 16527437.

HSL color Cylindrical-coordinate representation of color #4D30FC: hue angle of 248.53º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D30FC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 48 252 -
CMYK 0.69 0.81 0 0.01
HSL 248.53º 0.97% 0.59% -
HSV(B) 248.53º 0.81% 0.99% -
XYZ 21.69 10.72 93.02 -
YUV 79.93 225.11 125.91 -
System Red Green Blue C M Y K H S L
Decimal 77 48 252 0.69 0.81 0 0.01 248.53 0.97 0.59
Hex 4D 30 FC 45 51 0 1 F9 61 3B
Octal 115 60 374 105 121 0 1 371 141 73
Binary 1001101 110000 11111100 1000101 1010001 0 1 11111001 1100001 111011

Color Harmonies of #4D30FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D30FC

Black with #4D30FC

Text Example


Text Example

White with #4D30FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D30FC; }

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

 H1.HeaderClassName
 {
   color: #4D30FC;
 }
 .AnyTagClassName
 {
   color: #4D30FC;
 }
</style>

background-color css

<style>
 a { background-color: #4D30FC; }

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

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

border-color css

<style>
 span { border-color: #4D30FC; }

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

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