Html Css Color HEX #401CCA Purple Heart

📋 copy color: '#401CCA'

red 64 ◦ green 28 ◦ blue 202

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

Shades of Purple Heart #401CCA

Tints of Purple Heart #401CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.71%

R = 21.77%
G = 9.52%
B = 68.71%

CMYK

 C value IS 0.68

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#401CCA (or 0x401CCA) is known color: Purple Heart. HEX triplet: 40, 1C and CA. RGB value is (64,28,202). Sum of RGB (Red+Green+Blue) = 64+28+202=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #401CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #401CCA is #BFE335. Grayscale: #393939. Windows color (decimal): -12575542 or 13245504. OLE color: 13245504.

HSL color Cylindrical-coordinate representation of color #401CCA: hue angle of 252.41º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #401CCA is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 64 28 202 -
CMYK 0.68 0.86 0 0.21
HSL 252.41º 0.76% 0.45% -
HSV(B) 252.41º 0.86% 0.79% -
XYZ 13.19 6.18 56.38 -
YUV 58.6 208.93 131.85 -
System Red Green Blue C M Y K H S L
Decimal 64 28 202 0.68 0.86 0 0.21 252.41 0.76 0.45
Hex 40 1C CA 44 56 0 15 FC 4C 2D
Octal 100 34 312 104 126 0 25 374 114 55
Binary 1000000 11100 11001010 1000100 1010110 0 10101 11111100 1001100 101101

Color Harmonies of #401CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401CCA

Black with #401CCA

Text Example


Text Example

White with #401CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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