Html Css Color HEX #401CBC Purple Heart

📋 copy color: '#401CBC'

red 64 ◦ green 28 ◦ blue 188

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

Shades of Purple Heart #401CBC

Tints of Purple Heart #401CBC

RGB

 RED value IS 64 (25.39% from 255) = 22.86%

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

 BLUE value IS 188 (73.83% from 255) = 67.14%

R = 22.86%
G = 10%
B = 67.14%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#401CBC (or 0x401CBC) is known color: Purple Heart. HEX triplet: 40, 1C and BC. RGB value is (64,28,188). Sum of RGB (Red+Green+Blue) = 64+28+188=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 188 (73.83% from 255 or 67.14% from 280); Max value from RGB is 188 - color contains mainly: blue. Hex color #401CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CBC is #BFE343. Grayscale: #383838. Windows color (decimal): -12575556 or 12328000. OLE color: 12328000.

HSL color Cylindrical-coordinate representation of color #401CBC: hue angle of 253.5º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #401CBC is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 64 28 188 -
CMYK 0.66 0.85 0 0.26
HSL 253.5º 0.74% 0.42% -
HSV(B) 253.5º 0.85% 0.74% -
XYZ 11.61 5.55 48.04 -
YUV 57 201.93 132.99 -
System Red Green Blue C M Y K H S L
Decimal 64 28 188 0.66 0.85 0 0.26 253.5 0.74 0.42
Hex 40 1C BC 42 55 0 1A FE 4A 2A
Octal 100 34 274 102 125 0 32 376 112 52
Binary 1000000 11100 10111100 1000010 1010101 0 11010 11111110 1001010 101010

Color Harmonies of #401CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CBC

Black with #401CBC

Text Example


Text Example

White with #401CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401CBC; }

 p { color: rgb(64,28,188); }

 H1.HeaderClassName
 {
   color: #401CBC;
 }
 .AnyTagClassName
 {
   color: #401CBC;
 }
</style>

background-color css

<style>
 a { background-color: #401CBC; }

 a { background-color: rgb(64,28,188); }

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

border-color css

<style>
 span { border-color: #401CBC; }

 span { border-color: rgb(64,28,188); }

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