Html Css Color HEX #3D03BA Purple Heart

📋 copy color: '#3D03BA'

red 61 ◦ green 3 ◦ blue 186

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

Shades of Purple Heart #3D03BA

Tints of Purple Heart #3D03BA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 24.4%
G = 1.2%
B = 74.4%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D03BA (or 0x3D03BA) is known color: Purple Heart. HEX triplet: 3D, 03 and BA. RGB value is (61,3,186). Sum of RGB (Red+Green+Blue) = 61+3+186=250 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 186 (73.05% from 255 or 74.4% from 250); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D03BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D03BA is #C2FC45. Grayscale: #282828. Windows color (decimal): -12778566 or 12190525. OLE color: 12190525.

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

Color convert

RGB 61 3 186 -
CMYK 0.67 0.98 0 0.27
HSL 259.02º 0.97% 0.37% -
HSV(B) 259.02º 0.98% 0.73% -
XYZ 10.82 4.6 46.77 -
YUV 41.2 209.72 142.12 -
System Red Green Blue C M Y K H S L
Decimal 61 3 186 0.67 0.98 0 0.27 259.02 0.97 0.37
Hex 3D 3 BA 43 62 0 1B 103 61 25
Octal 75 3 272 103 142 0 33 403 141 45
Binary 111101 11 10111010 1000011 1100010 0 11011 100000011 1100001 100101

Color Harmonies of #3D03BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D03BA

Black with #3D03BA

Text Example


Text Example

White with #3D03BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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