Html Css Color HEX #4B1CE0 Han Purple

📋 copy color: '#4B1CE0'

red 75 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #4B1CE0

Tints of Han Purple #4B1CE0

RGB

 RED value IS 75 (29.69% from 255) = 22.94%

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

 BLUE value IS 224 (87.89% from 255) = 68.5%

R = 22.94%
G = 8.56%
B = 68.5%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#4B1CE0 (or 0x4B1CE0) is known color: Han Purple. HEX triplet: 4B, 1C and E0. RGB value is (75,28,224). Sum of RGB (Red+Green+Blue) = 75+28+224=327 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.94% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #4B1CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CE0 is #B4E31F. Grayscale: #3F3F3F. Windows color (decimal): -11854624 or 14687307. OLE color: 14687307.

HSL color Cylindrical-coordinate representation of color #4B1CE0: hue angle of 254.39º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B1CE0 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 28 224 -
CMYK 0.67 0.88 0 0.12
HSL 254.39º 0.78% 0.49% -
HSV(B) 254.39º 0.88% 0.88% -
XYZ 16.77 7.71 71.12 -
YUV 64.4 218.07 135.56 -
System Red Green Blue C M Y K H S L
Decimal 75 28 224 0.67 0.88 0 0.12 254.39 0.78 0.49
Hex 4B 1C E0 43 58 0 C FE 4E 31
Octal 113 34 340 103 130 0 14 376 116 61
Binary 1001011 11100 11100000 1000011 1011000 0 1100 11111110 1001110 110001

Color Harmonies of #4B1CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CE0

Black with #4B1CE0

Text Example


Text Example

White with #4B1CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,28,224); }

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

background-color css

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

 a { background-color: rgb(75,28,224); }

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

border-color css

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

 span { border-color: rgb(75,28,224); }

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