Html Css Color HEX #381BCD Han Purple

📋 copy color: '#381BCD'

red 56 ◦ green 27 ◦ blue 205

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

Shades of Han Purple #381BCD

Tints of Han Purple #381BCD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.38%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 19.44%
G = 9.38%
B = 71.18%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381BCD (or 0x381BCD) is known color: Han Purple. HEX triplet: 38, 1B and CD. RGB value is (56,27,205). Sum of RGB (Red+Green+Blue) = 56+27+205=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 27 (10.94% from 255 or 9.38% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #381BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BCD is #C7E432. Grayscale: #373737. Windows color (decimal): -13100083 or 13441848. OLE color: 13441848.

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

Color convert

RGB 56 27 205 -
CMYK 0.73 0.87 0 0.20
HSL 249.78º 0.77% 0.45% -
HSV(B) 249.78º 0.87% 0.8% -
XYZ 13.04 6.03 58.23 -
YUV 55.96 212.11 128.03 -
System Red Green Blue C M Y K H S L
Decimal 56 27 205 0.73 0.87 0 0.20 249.78 0.77 0.45
Hex 38 1B CD 49 57 0 14 FA 4D 2D
Octal 70 33 315 111 127 0 24 372 115 55
Binary 111000 11011 11001101 1001001 1010111 0 10100 11111010 1001101 101101

Color Harmonies of #381BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BCD

Black with #381BCD

Text Example


Text Example

White with #381BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,205); }

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

background-color css

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

 a { background-color: rgb(56,27,205); }

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

border-color css

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

 span { border-color: rgb(56,27,205); }

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