Html Css Color HEX #4A1BDF Han Purple

📋 copy color: '#4A1BDF'

red 74 ◦ green 27 ◦ blue 223

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

Shades of Han Purple #4A1BDF

Tints of Han Purple #4A1BDF

RGB

 RED value IS 74 (29.3% from 255) = 22.84%

 GREEN value IS 27 (10.94% from 255) = 8.33%

 BLUE value IS 223 (87.5% from 255) = 68.83%

R = 22.84%
G = 8.33%
B = 68.83%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4A1BDF (or 0x4A1BDF) is known color: Han Purple. HEX triplet: 4A, 1B and DF. RGB value is (74,27,223). Sum of RGB (Red+Green+Blue) = 74+27+223=324 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.84% from 324); Green value is 27 (10.94% from 255 or 8.33% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #4A1BDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A1BDF is #B5E420. Grayscale: #3E3E3E. Windows color (decimal): -11920417 or 14621514. OLE color: 14621514.

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

Color convert

RGB 74 27 223 -
CMYK 0.67 0.88 0 0.13
HSL 254.39º 0.78% 0.49% -
HSV(B) 254.39º 0.88% 0.87% -
XYZ 16.54 7.57 70.4 -
YUV 63.4 218.07 135.56 -
System Red Green Blue C M Y K H S L
Decimal 74 27 223 0.67 0.88 0 0.13 254.39 0.78 0.49
Hex 4A 1B DF 43 58 0 D FE 4E 31
Octal 112 33 337 103 130 0 15 376 116 61
Binary 1001010 11011 11011111 1000011 1011000 0 1101 11111110 1001110 110001

Color Harmonies of #4A1BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1BDF

Black with #4A1BDF

Text Example


Text Example

White with #4A1BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,27,223); }

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

background-color css

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

 a { background-color: rgb(74,27,223); }

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

border-color css

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

 span { border-color: rgb(74,27,223); }

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