Html Css Color HEX #3D05BB Purple Heart

📋 copy color: '#3D05BB'

red 61 ◦ green 5 ◦ blue 187

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

Shades of Purple Heart #3D05BB

Tints of Purple Heart #3D05BB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 24.11%
G = 1.98%
B = 73.91%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D05BB (or 0x3D05BB) is known color: Purple Heart. HEX triplet: 3D, 05 and BB. RGB value is (61,5,187). Sum of RGB (Red+Green+Blue) = 61+5+187=253 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.11% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 187 (73.44% from 255 or 73.91% from 253); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D05BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D05BB is #C2FA44. Grayscale: #292929. Windows color (decimal): -12778053 or 12256573. OLE color: 12256573.

HSL color Cylindrical-coordinate representation of color #3D05BB: hue angle of 258.46º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3D05BB is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 5 187 -
CMYK 0.67 0.97 0 0.27
HSL 258.46º 0.95% 0.38% -
HSV(B) 258.46º 0.97% 0.73% -
XYZ 10.95 4.69 47.34 -
YUV 42.49 209.55 141.2 -
System Red Green Blue C M Y K H S L
Decimal 61 5 187 0.67 0.97 0 0.27 258.46 0.95 0.38
Hex 3D 5 BB 43 61 0 1B 102 5F 26
Octal 75 5 273 103 141 0 33 402 137 46
Binary 111101 101 10111011 1000011 1100001 0 11011 100000010 1011111 100110

Color Harmonies of #3D05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D05BB

Black with #3D05BB

Text Example


Text Example

White with #3D05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,5,187); }

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

background-color css

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

 a { background-color: rgb(61,5,187); }

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

border-color css

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

 span { border-color: rgb(61,5,187); }

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