Html Css Color HEX #381ABB Purple Heart

📋 copy color: '#381ABB'

red 56 ◦ green 26 ◦ blue 187

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

Shades of Purple Heart #381ABB

Tints of Purple Heart #381ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 20.82%
G = 9.67%
B = 69.52%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381ABB (or 0x381ABB) is known color: Purple Heart. HEX triplet: 38, 1A and BB. RGB value is (56,26,187). Sum of RGB (Red+Green+Blue) = 56+26+187=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #381ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ABB is #C7E544. Grayscale: #343434. Windows color (decimal): -13100357 or 12261944. OLE color: 12261944.

HSL color Cylindrical-coordinate representation of color #381ABB: hue angle of 251.18º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381ABB is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 26 187 -
CMYK 0.70 0.86 0 0.27
HSL 251.18º 0.76% 0.42% -
HSV(B) 251.18º 0.86% 0.73% -
XYZ 10.97 5.17 47.43 -
YUV 53.32 203.44 129.91 -
System Red Green Blue C M Y K H S L
Decimal 56 26 187 0.70 0.86 0 0.27 251.18 0.76 0.42
Hex 38 1A BB 46 56 0 1B FB 4C 2A
Octal 70 32 273 106 126 0 33 373 114 52
Binary 111000 11010 10111011 1000110 1010110 0 11011 11111011 1001100 101010

Color Harmonies of #381ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ABB

Black with #381ABB

Text Example


Text Example

White with #381ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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