Html Css Color HEX #381ACB Purple Heart

📋 copy color: '#381ACB'

red 56 ◦ green 26 ◦ blue 203

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

Shades of Purple Heart #381ACB

Tints of Purple Heart #381ACB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.12%

 BLUE value IS 203 (79.69% from 255) = 71.23%

R = 19.65%
G = 9.12%
B = 71.23%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381ACB (or 0x381ACB) is known color: Purple Heart. HEX triplet: 38, 1A and CB. RGB value is (56,26,203). Sum of RGB (Red+Green+Blue) = 56+26+203=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 26 (10.55% from 255 or 9.12% from 285); Blue value is 203 (79.69% from 255 or 71.23% from 285); Max value from RGB is 203 - color contains mainly: blue. Hex color #381ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ACB is #C7E534. Grayscale: #363636. Windows color (decimal): -13100341 or 13310520. OLE color: 13310520.

HSL color Cylindrical-coordinate representation of color #381ACB: hue angle of 250.17º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381ACB is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 26 203 -
CMYK 0.72 0.87 0 0.20
HSL 250.17º 0.77% 0.45% -
HSV(B) 250.17º 0.87% 0.8% -
XYZ 12.78 5.89 56.96 -
YUV 55.15 211.44 128.61 -
System Red Green Blue C M Y K H S L
Decimal 56 26 203 0.72 0.87 0 0.20 250.17 0.77 0.45
Hex 38 1A CB 48 57 0 14 FA 4D 2D
Octal 70 32 313 110 127 0 24 372 115 55
Binary 111000 11010 11001011 1001000 1010111 0 10100 11111010 1001101 101101

Color Harmonies of #381ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ACB

Black with #381ACB

Text Example


Text Example

White with #381ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381ACB; }

 p { color: rgb(56,26,203); }

 H1.HeaderClassName
 {
   color: #381ACB;
 }
 .AnyTagClassName
 {
   color: #381ACB;
 }
</style>

background-color css

<style>
 a { background-color: #381ACB; }

 a { background-color: rgb(56,26,203); }

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

border-color css

<style>
 span { border-color: #381ACB; }

 span { border-color: rgb(56,26,203); }

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