Html Css Color HEX #4C1BED Han Purple

📋 copy color: '#4C1BED'

red 76 ◦ green 27 ◦ blue 237

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

Shades of Han Purple #4C1BED

Tints of Han Purple #4C1BED

RGB

 RED value IS 76 (30.08% from 255) = 22.35%

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

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 22.35%
G = 7.94%
B = 69.71%

CMYK

 C value IS 0.68

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4C1BED (or 0x4C1BED) is known color: Han Purple. HEX triplet: 4C, 1B and ED. RGB value is (76,27,237). Sum of RGB (Red+Green+Blue) = 76+27+237=340 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.35% from 340); Green value is 27 (10.94% from 255 or 7.94% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #4C1BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4C1BED is #B3E412. Grayscale: #404040. Windows color (decimal): -11789331 or 15539020. OLE color: 15539020.

HSL color Cylindrical-coordinate representation of color #4C1BED: hue angle of 254º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C1BED is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 76 27 237 -
CMYK 0.68 0.89 0 0.07
HSL 254º 0.85% 0.52% -
HSV(B) 254º 0.89% 0.93% -
XYZ 18.66 8.43 80.77 -
YUV 65.59 224.73 135.42 -
System Red Green Blue C M Y K H S L
Decimal 76 27 237 0.68 0.89 0 0.07 254 0.85 0.52
Hex 4C 1B ED 44 59 0 7 FE 55 34
Octal 114 33 355 104 131 0 7 376 125 64
Binary 1001100 11011 11101101 1000100 1011001 0 111 11111110 1010101 110100

Color Harmonies of #4C1BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1BED

Black with #4C1BED

Text Example


Text Example

White with #4C1BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,27,237); }

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

background-color css

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

 a { background-color: rgb(76,27,237); }

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

border-color css

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

 span { border-color: rgb(76,27,237); }

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