Html Css Color HEX #4B1CDD Han Purple

📋 copy color: '#4B1CDD'

red 75 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #4B1CDD

Tints of Han Purple #4B1CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.21%

R = 23.15%
G = 8.64%
B = 68.21%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4B1CDD (or 0x4B1CDD) is known color: Han Purple. HEX triplet: 4B, 1C and DD. RGB value is (75,28,221). Sum of RGB (Red+Green+Blue) = 75+28+221=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 221 (86.72% from 255 or 68.21% from 324); Max value from RGB is 221 - color contains mainly: blue. Hex color #4B1CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B1CDD is #B4E322. Grayscale: #3F3F3F. Windows color (decimal): -11854627 or 14490699. OLE color: 14490699.

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

Color convert

RGB 75 28 221 -
CMYK 0.66 0.87 0 0.13
HSL 254.61º 0.78% 0.49% -
HSV(B) 254.61º 0.87% 0.87% -
XYZ 16.37 7.55 69 -
YUV 64.06 216.57 135.81 -
System Red Green Blue C M Y K H S L
Decimal 75 28 221 0.66 0.87 0 0.13 254.61 0.78 0.49
Hex 4B 1C DD 42 57 0 D FF 4E 31
Octal 113 34 335 102 127 0 15 377 116 61
Binary 1001011 11100 11011101 1000010 1010111 0 1101 11111111 1001110 110001

Color Harmonies of #4B1CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1CDD

Black with #4B1CDD

Text Example


Text Example

White with #4B1CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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