Html Css Color HEX #4D1FEA Han Purple

📋 copy color: '#4D1FEA'

red 77 ◦ green 31 ◦ blue 234

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

Shades of Han Purple #4D1FEA

Tints of Han Purple #4D1FEA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.06%

 BLUE value IS 234 (91.8% from 255) = 68.42%

R = 22.51%
G = 9.06%
B = 68.42%

CMYK

 C value IS 0.67

 M value IS 0.87

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D1FEA (or 0x4D1FEA) is known color: Han Purple. HEX triplet: 4D, 1F and EA. RGB value is (77,31,234). Sum of RGB (Red+Green+Blue) = 77+31+234=342 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.51% from 342); Green value is 31 (12.5% from 255 or 9.06% from 342); Blue value is 234 (91.80% from 255 or 68.42% from 342); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D1FEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1FEA is #B2E015. Grayscale: #434343. Windows color (decimal): -11722774 or 15343437. OLE color: 15343437.

HSL color Cylindrical-coordinate representation of color #4D1FEA: hue angle of 253.6º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4D1FEA is Cyan = 0.67, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 77 31 234 -
CMYK 0.67 0.87 0 0.08
HSL 253.6º 0.83% 0.52% -
HSV(B) 253.6º 0.87% 0.92% -
XYZ 18.4 8.5 78.51 -
YUV 67.9 221.74 134.49 -
System Red Green Blue C M Y K H S L
Decimal 77 31 234 0.67 0.87 0 0.08 253.6 0.83 0.52
Hex 4D 1F EA 43 57 0 8 FE 53 34
Octal 115 37 352 103 127 0 10 376 123 64
Binary 1001101 11111 11101010 1000011 1010111 0 1000 11111110 1010011 110100

Color Harmonies of #4D1FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1FEA

Black with #4D1FEA

Text Example


Text Example

White with #4D1FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,31,234); }

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

background-color css

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

 a { background-color: rgb(77,31,234); }

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

border-color css

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

 span { border-color: rgb(77,31,234); }

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