Html Css Color HEX #381ACC Purple Heart

📋 copy color: '#381ACC'

red 56 ◦ green 26 ◦ blue 204

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

Shades of Purple Heart #381ACC

Tints of Purple Heart #381ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 71.33%

R = 19.58%
G = 9.09%
B = 71.33%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#381ACC (or 0x381ACC) is known color: Purple Heart. HEX triplet: 38, 1A and CC. RGB value is (56,26,204). Sum of RGB (Red+Green+Blue) = 56+26+204=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #381ACC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ACC is #C7E533. Grayscale: #363636. Windows color (decimal): -13100340 or 13376056. OLE color: 13376056.

HSL color Cylindrical-coordinate representation of color #381ACC: hue angle of 250.11º 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 #381ACC is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 26 204 -
CMYK 0.73 0.87 0 0.2
HSL 250.11º 0.77% 0.45% -
HSV(B) 250.11º 0.87% 0.8% -
XYZ 12.9 5.94 57.59 -
YUV 55.26 211.94 128.53 -
System Red Green Blue C M Y K H S L
Decimal 56 26 204 0.73 0.87 0 0.2 250.11 0.77 0.45
Hex 38 1A CC 49 57 0 14 FA 4D 2D
Octal 70 32 314 111 127 0 24 372 115 55
Binary 111000 11010 11001100 1001001 1010111 0 10100 11111010 1001101 101101

Color Harmonies of #381ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ACC

Black with #381ACC

Text Example


Text Example

White with #381ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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