Html Css Color HEX #3809BC Purple Heart

📋 copy color: '#3809BC'

red 56 ◦ green 9 ◦ blue 188

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

Shades of Purple Heart #3809BC

Tints of Purple Heart #3809BC

RGB

 RED value IS 56 (22.27% from 255) = 22.13%

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

 BLUE value IS 188 (73.83% from 255) = 74.31%

R = 22.13%
G = 3.56%
B = 74.31%

CMYK

 C value IS 0.70

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3809BC (or 0x3809BC) is known color: Purple Heart. HEX triplet: 38, 09 and BC. RGB value is (56,9,188). Sum of RGB (Red+Green+Blue) = 56+9+188=253 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.13% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 188 (73.83% from 255 or 74.31% from 253); Max value from RGB is 188 - color contains mainly: blue. Hex color #3809BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3809BC is #C7F643. Grayscale: #2A2A2A. Windows color (decimal): -13104708 or 12323128. OLE color: 12323128.

HSL color Cylindrical-coordinate representation of color #3809BC: hue angle of 255.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3809BC is Cyan = 0.70, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 9 188 -
CMYK 0.70 0.95 0 0.26
HSL 255.75º 0.91% 0.39% -
HSV(B) 255.75º 0.95% 0.74% -
XYZ 10.81 4.67 47.91 -
YUV 43.46 209.57 136.95 -
System Red Green Blue C M Y K H S L
Decimal 56 9 188 0.70 0.95 0 0.26 255.75 0.91 0.39
Hex 38 9 BC 46 5F 0 1A 100 5B 27
Octal 70 11 274 106 137 0 32 400 133 47
Binary 111000 1001 10111100 1000110 1011111 0 11010 100000000 1011011 100111

Color Harmonies of #3809BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3809BC

Black with #3809BC

Text Example


Text Example

White with #3809BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3809BC; }

 p { color: rgb(56,9,188); }

 H1.HeaderClassName
 {
   color: #3809BC;
 }
 .AnyTagClassName
 {
   color: #3809BC;
 }
</style>

background-color css

<style>
 a { background-color: #3809BC; }

 a { background-color: rgb(56,9,188); }

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

border-color css

<style>
 span { border-color: #3809BC; }

 span { border-color: rgb(56,9,188); }

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