Html Css Color HEX #3B03BD Purple Heart

📋 copy color: '#3B03BD'

red 59 ◦ green 3 ◦ blue 189

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

Shades of Purple Heart #3B03BD

Tints of Purple Heart #3B03BD

RGB

 RED value IS 59 (23.44% from 255) = 23.51%

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

 BLUE value IS 189 (74.22% from 255) = 75.3%

R = 23.51%
G = 1.2%
B = 75.3%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B03BD (or 0x3B03BD) is known color: Purple Heart. HEX triplet: 3B, 03 and BD. RGB value is (59,3,189). Sum of RGB (Red+Green+Blue) = 59+3+189=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 189 (74.22% from 255 or 75.30% from 251); Max value from RGB is 189 - color contains mainly: blue. Hex color #3B03BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3B03BD is #C4FC42. Grayscale: #282828. Windows color (decimal): -12909635 or 12387131. OLE color: 12387131.

HSL color Cylindrical-coordinate representation of color #3B03BD: hue angle of 258.06º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3B03BD is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 3 189 -
CMYK 0.69 0.98 0 0.26
HSL 258.06º 0.97% 0.38% -
HSV(B) 258.06º 0.98% 0.74% -
XYZ 11.02 4.67 48.46 -
YUV 40.95 211.55 140.88 -
System Red Green Blue C M Y K H S L
Decimal 59 3 189 0.69 0.98 0 0.26 258.06 0.97 0.38
Hex 3B 3 BD 45 62 0 1A 102 61 26
Octal 73 3 275 105 142 0 32 402 141 46
Binary 111011 11 10111101 1000101 1100010 0 11010 100000010 1100001 100110

Color Harmonies of #3B03BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B03BD

Black with #3B03BD

Text Example


Text Example

White with #3B03BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,3,189); }

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

background-color css

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

 a { background-color: rgb(59,3,189); }

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

border-color css

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

 span { border-color: rgb(59,3,189); }

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