Html Css Color HEX #4D1CEA Han Purple

📋 copy color: '#4D1CEA'

red 77 ◦ green 28 ◦ blue 234

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

Shades of Han Purple #4D1CEA

Tints of Han Purple #4D1CEA

RGB

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

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

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

R = 22.71%
G = 8.26%
B = 69.03%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4D1CEA (or 0x4D1CEA) is known color: Han Purple. HEX triplet: 4D, 1C and EA. RGB value is (77,28,234). Sum of RGB (Red+Green+Blue) = 77+28+234=339 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.71% from 339); Green value is 28 (11.33% from 255 or 8.26% from 339); Blue value is 234 (91.80% from 255 or 69.03% from 339); Max value from RGB is 234 - color contains mainly: blue. Hex color #4D1CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #4D1CEA is #B2E315. Grayscale: #414141. Windows color (decimal): -11723542 or 15342669. OLE color: 15342669.

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

Color convert

RGB 77 28 234 -
CMYK 0.67 0.88 0 0.08
HSL 254.27º 0.83% 0.51% -
HSV(B) 254.27º 0.88% 0.92% -
XYZ 18.33 8.35 78.49 -
YUV 66.14 222.73 135.75 -
System Red Green Blue C M Y K H S L
Decimal 77 28 234 0.67 0.88 0 0.08 254.27 0.83 0.51
Hex 4D 1C EA 43 58 0 8 FE 53 33
Octal 115 34 352 103 130 0 10 376 123 63
Binary 1001101 11100 11101010 1000011 1011000 0 1000 11111110 1010011 110011

Color Harmonies of #4D1CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D1CEA

Black with #4D1CEA

Text Example


Text Example

White with #4D1CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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