Html Css Color HEX #3D09BB Purple Heart

📋 copy color: '#3D09BB'

red 61 ◦ green 9 ◦ blue 187

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

Shades of Purple Heart #3D09BB

Tints of Purple Heart #3D09BB

RGB

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

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

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

R = 23.74%
G = 3.5%
B = 72.76%

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

#3D09BB (or 0x3D09BB) is known color: Purple Heart. HEX triplet: 3D, 09 and BB. RGB value is (61,9,187). Sum of RGB (Red+Green+Blue) = 61+9+187=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 187 (73.44% from 255 or 72.76% from 257); Max value from RGB is 187 - color contains mainly: blue. Hex color #3D09BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3D09BB is #C2F644. Grayscale: #2C2C2C. Windows color (decimal): -12777029 or 12257597. OLE color: 12257597.

HSL color Cylindrical-coordinate representation of color #3D09BB: hue angle of 257.53º 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 #3D09BB is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 9 187 -
CMYK 0.67 0.95 0 0.27
HSL 257.53º 0.91% 0.38% -
HSV(B) 257.53º 0.95% 0.73% -
XYZ 10.99 4.78 47.36 -
YUV 44.84 208.23 139.53 -
System Red Green Blue C M Y K H S L
Decimal 61 9 187 0.67 0.95 0 0.27 257.53 0.91 0.38
Hex 3D 9 BB 43 5F 0 1B 102 5B 26
Octal 75 11 273 103 137 0 33 402 133 46
Binary 111101 1001 10111011 1000011 1011111 0 11011 100000010 1011011 100110

Color Harmonies of #3D09BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D09BB

Black with #3D09BB

Text Example


Text Example

White with #3D09BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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