Html Css Color HEX #402DBB Purple Heart

📋 copy color: '#402DBB'

red 64 ◦ green 45 ◦ blue 187

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

Shades of Purple Heart #402DBB

Tints of Purple Heart #402DBB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.2%

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

R = 21.62%
G = 15.2%
B = 63.18%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#402DBB (or 0x402DBB) is known color: Purple Heart. HEX triplet: 40, 2D and BB. RGB value is (64,45,187). Sum of RGB (Red+Green+Blue) = 64+45+187=296 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.62% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #402DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #402DBB is #BFD244. Grayscale: #424242. Windows color (decimal): -12571205 or 12266816. OLE color: 12266816.

HSL color Cylindrical-coordinate representation of color #402DBB: hue angle of 248.03º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402DBB is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 64 45 187 -
CMYK 0.66 0.76 0 0.27
HSL 248.03º 0.61% 0.45% -
HSV(B) 248.03º 0.76% 0.73% -
XYZ 12.02 6.55 47.65 -
YUV 66.87 195.79 125.95 -
System Red Green Blue C M Y K H S L
Decimal 64 45 187 0.66 0.76 0 0.27 248.03 0.61 0.45
Hex 40 2D BB 42 4C 0 1B F8 3D 2D
Octal 100 55 273 102 114 0 33 370 75 55
Binary 1000000 101101 10111011 1000010 1001100 0 11011 11111000 111101 101101

Color Harmonies of #402DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DBB

Black with #402DBB

Text Example


Text Example

White with #402DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402DBB; }

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

 H1.HeaderClassName
 {
   color: #402DBB;
 }
 .AnyTagClassName
 {
   color: #402DBB;
 }
</style>

background-color css

<style>
 a { background-color: #402DBB; }

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

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

border-color css

<style>
 span { border-color: #402DBB; }

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

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