Html Css Color HEX #4D1CFB Han Purple

📋 copy color: '#4D1CFB'

red 77 ◦ green 28 ◦ blue 251

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

Shades of Han Purple #4D1CFB

Tints of Han Purple #4D1CFB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 21.63%
G = 7.87%
B = 70.51%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4D1CFB (or 0x4D1CFB) is known color: Han Purple. HEX triplet: 4D, 1C and FB. RGB value is (77,28,251). Sum of RGB (Red+Green+Blue) = 77+28+251=356 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.63% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #4D1CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1CFB is #B2E304. Grayscale: #434343. Windows color (decimal): -11723525 or 16456781. OLE color: 16456781.

HSL color Cylindrical-coordinate representation of color #4D1CFB: hue angle of 253.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D1CFB is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 28 251 -
CMYK 0.69 0.89 0 0.02
HSL 253.18º 0.97% 0.55% -
HSV(B) 253.18º 0.89% 0.98% -
XYZ 20.89 9.37 91.98 -
YUV 68.07 231.23 134.37 -
System Red Green Blue C M Y K H S L
Decimal 77 28 251 0.69 0.89 0 0.02 253.18 0.97 0.55
Hex 4D 1C FB 45 59 0 2 FD 61 37
Octal 115 34 373 105 131 0 2 375 141 67
Binary 1001101 11100 11111011 1000101 1011001 0 10 11111101 1100001 110111

Color Harmonies of #4D1CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CFB

Black with #4D1CFB

Text Example


Text Example

White with #4D1CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,28,251); }

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

background-color css

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

 a { background-color: rgb(77,28,251); }

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

border-color css

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

 span { border-color: rgb(77,28,251); }

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