Html Css Color HEX #380FB9 Purple Heart

📋 copy color: '#380FB9'

red 56 ◦ green 15 ◦ blue 185

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

Shades of Purple Heart #380FB9

Tints of Purple Heart #380FB9

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.86%

 BLUE value IS 185 (72.66% from 255) = 72.27%

R = 21.88%
G = 5.86%
B = 72.27%

CMYK

 C value IS 0.70

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#380FB9 (or 0x380FB9) is known color: Purple Heart. HEX triplet: 38, 0F and B9. RGB value is (56,15,185). Sum of RGB (Red+Green+Blue) = 56+15+185=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 185 (72.66% from 255 or 72.27% from 256); Max value from RGB is 185 - color contains mainly: blue. Hex color #380FB9 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FB9 is #C7F046. Grayscale: #2E2E2E. Windows color (decimal): -13103175 or 12128056. OLE color: 12128056.

HSL color Cylindrical-coordinate representation of color #380FB9: hue angle of 254.47º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #380FB9 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 15 185 -
CMYK 0.70 0.92 0 0.27
HSL 254.47º 0.85% 0.39% -
HSV(B) 254.47º 0.92% 0.73% -
XYZ 10.56 4.69 46.25 -
YUV 46.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 56 15 185 0.70 0.92 0 0.27 254.47 0.85 0.39
Hex 38 F B9 46 5C 0 1B FE 55 27
Octal 70 17 271 106 134 0 33 376 125 47
Binary 111000 1111 10111001 1000110 1011100 0 11011 11111110 1010101 100111

Color Harmonies of #380FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FB9

Black with #380FB9

Text Example


Text Example

White with #380FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380FB9; }

 p { color: rgb(56,15,185); }

 H1.HeaderClassName
 {
   color: #380FB9;
 }
 .AnyTagClassName
 {
   color: #380FB9;
 }
</style>

background-color css

<style>
 a { background-color: #380FB9; }

 a { background-color: rgb(56,15,185); }

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

border-color css

<style>
 span { border-color: #380FB9; }

 span { border-color: rgb(56,15,185); }

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