Html Css Color HEX #3D28BC Purple Heart

📋 copy color: '#3D28BC'

red 61 ◦ green 40 ◦ blue 188

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

Shades of Purple Heart #3D28BC

Tints of Purple Heart #3D28BC

RGB

 RED value IS 61 (24.22% from 255) = 21.11%

 GREEN value IS 40 (16.02% from 255) = 13.84%

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

R = 21.11%
G = 13.84%
B = 65.05%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3D28BC (or 0x3D28BC) is known color: Purple Heart. HEX triplet: 3D, 28 and BC. RGB value is (61,40,188). Sum of RGB (Red+Green+Blue) = 61+40+188=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #3D28BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D28BC is #C2D743. Grayscale: #3E3E3E. Windows color (decimal): -12769092 or 12331069. OLE color: 12331069.

HSL color Cylindrical-coordinate representation of color #3D28BC: hue angle of 248.51º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3D28BC is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 61 40 188 -
CMYK 0.68 0.79 0 0.26
HSL 248.51º 0.65% 0.45% -
HSV(B) 248.51º 0.79% 0.74% -
XYZ 11.76 6.14 48.14 -
YUV 63.15 198.46 126.47 -
System Red Green Blue C M Y K H S L
Decimal 61 40 188 0.68 0.79 0 0.26 248.51 0.65 0.45
Hex 3D 28 BC 44 4F 0 1A F9 41 2D
Octal 75 50 274 104 117 0 32 371 101 55
Binary 111101 101000 10111100 1000100 1001111 0 11010 11111001 1000001 101101

Color Harmonies of #3D28BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D28BC

Black with #3D28BC

Text Example


Text Example

White with #3D28BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D28BC; }

 p { color: rgb(61,40,188); }

 H1.HeaderClassName
 {
   color: #3D28BC;
 }
 .AnyTagClassName
 {
   color: #3D28BC;
 }
</style>

background-color css

<style>
 a { background-color: #3D28BC; }

 a { background-color: rgb(61,40,188); }

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

border-color css

<style>
 span { border-color: #3D28BC; }

 span { border-color: rgb(61,40,188); }

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