Html Css Color HEX #3D17BA Purple Heart

📋 copy color: '#3D17BA'

red 61 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #3D17BA

Tints of Purple Heart #3D17BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.52%

 BLUE value IS 186 (73.05% from 255) = 68.89%

R = 22.59%
G = 8.52%
B = 68.89%

CMYK

 C value IS 0.67

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D17BA (or 0x3D17BA) is known color: Purple Heart. HEX triplet: 3D, 17 and BA. RGB value is (61,23,186). Sum of RGB (Red+Green+Blue) = 61+23+186=270 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.59% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 186 (73.05% from 255 or 68.89% from 270); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D17BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D17BA is #C2E845. Grayscale: #343434. Windows color (decimal): -12773446 or 12195645. OLE color: 12195645.

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

Color convert

RGB 61 23 186 -
CMYK 0.67 0.88 0 0.27
HSL 253.99º 0.78% 0.41% -
HSV(B) 253.99º 0.88% 0.73% -
XYZ 11.09 5.15 46.86 -
YUV 52.94 203.09 133.75 -
System Red Green Blue C M Y K H S L
Decimal 61 23 186 0.67 0.88 0 0.27 253.99 0.78 0.41
Hex 3D 17 BA 43 58 0 1B FE 4E 29
Octal 75 27 272 103 130 0 33 376 116 51
Binary 111101 10111 10111010 1000011 1011000 0 11011 11111110 1001110 101001

Color Harmonies of #3D17BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D17BA

Black with #3D17BA

Text Example


Text Example

White with #3D17BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,23,186); }

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

background-color css

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

 a { background-color: rgb(61,23,186); }

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

border-color css

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

 span { border-color: rgb(61,23,186); }

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