Html Css Color HEX #401CBB Purple Heart

📋 copy color: '#401CBB'

red 64 ◦ green 28 ◦ blue 187

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

Shades of Purple Heart #401CBB

Tints of Purple Heart #401CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.03%

R = 22.94%
G = 10.04%
B = 67.03%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#401CBB (or 0x401CBB) is known color: Purple Heart. HEX triplet: 40, 1C and BB. RGB value is (64,28,187). Sum of RGB (Red+Green+Blue) = 64+28+187=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 187 (73.44% from 255 or 67.03% from 279); Max value from RGB is 187 - color contains mainly: blue. Hex color #401CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CBB is #BFE344. Grayscale: #383838. Windows color (decimal): -12575557 or 12262464. OLE color: 12262464.

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

Color convert

RGB 64 28 187 -
CMYK 0.66 0.85 0 0.27
HSL 253.58º 0.74% 0.42% -
HSV(B) 253.58º 0.85% 0.73% -
XYZ 11.5 5.51 47.47 -
YUV 56.89 201.43 133.07 -
System Red Green Blue C M Y K H S L
Decimal 64 28 187 0.66 0.85 0 0.27 253.58 0.74 0.42
Hex 40 1C BB 42 55 0 1B FE 4A 2A
Octal 100 34 273 102 125 0 33 376 112 52
Binary 1000000 11100 10111011 1000010 1010101 0 11011 11111110 1001010 101010

Color Harmonies of #401CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CBB

Black with #401CBB

Text Example


Text Example

White with #401CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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