Html Css Color HEX #3D09BA Purple Heart

📋 copy color: '#3D09BA'

red 61 ◦ green 9 ◦ blue 186

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

Shades of Purple Heart #3D09BA

Tints of Purple Heart #3D09BA

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

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

R = 23.83%
G = 3.52%
B = 72.66%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3D09BA (or 0x3D09BA) is known color: Purple Heart. HEX triplet: 3D, 09 and BA. RGB value is (61,9,186). Sum of RGB (Red+Green+Blue) = 61+9+186=256 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.83% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 186 (73.05% from 255 or 72.66% from 256); Max value from RGB is 186 - color contains mainly: blue. Hex color #3D09BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09BA is #C2F645. Grayscale: #2C2C2C. Windows color (decimal): -12777030 or 12192061. OLE color: 12192061.

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

Color convert

RGB 61 9 186 -
CMYK 0.67 0.95 0 0.27
HSL 257.63º 0.91% 0.38% -
HSV(B) 257.63º 0.95% 0.73% -
XYZ 10.89 4.73 46.79 -
YUV 44.73 207.73 139.61 -
System Red Green Blue C M Y K H S L
Decimal 61 9 186 0.67 0.95 0 0.27 257.63 0.91 0.38
Hex 3D 9 BA 43 5F 0 1B 102 5B 26
Octal 75 11 272 103 137 0 33 402 133 46
Binary 111101 1001 10111010 1000011 1011111 0 11011 100000010 1011011 100110

Color Harmonies of #3D09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D09BA

Black with #3D09BA

Text Example


Text Example

White with #3D09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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