Html Css Color HEX #381CE0 Han Purple

📋 copy color: '#381CE0'

red 56 ◦ green 28 ◦ blue 224

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

Shades of Han Purple #381CE0

Tints of Han Purple #381CE0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

 BLUE value IS 224 (87.89% from 255) = 72.73%

R = 18.18%
G = 9.09%
B = 72.73%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#381CE0 (or 0x381CE0) is known color: Han Purple. HEX triplet: 38, 1C and E0. RGB value is (56,28,224). Sum of RGB (Red+Green+Blue) = 56+28+224=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 224 (87.89% from 255 or 72.73% from 308); Max value from RGB is 224 - color contains mainly: blue. Hex color #381CE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CE0 is #C7E31F. Grayscale: #393939. Windows color (decimal): -13099808 or 14687288. OLE color: 14687288.

HSL color Cylindrical-coordinate representation of color #381CE0: hue angle of 248.57º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381CE0 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 56 28 224 -
CMYK 0.75 0.88 0 0.12
HSL 248.57º 0.78% 0.49% -
HSV(B) 248.57º 0.88% 0.88% -
XYZ 15.5 7.05 71.07 -
YUV 58.72 221.28 126.06 -
System Red Green Blue C M Y K H S L
Decimal 56 28 224 0.75 0.88 0 0.12 248.57 0.78 0.49
Hex 38 1C E0 4B 58 0 C F9 4E 31
Octal 70 34 340 113 130 0 14 371 116 61
Binary 111000 11100 11100000 1001011 1011000 0 1100 11111001 1001110 110001

Color Harmonies of #381CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CE0

Black with #381CE0

Text Example


Text Example

White with #381CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,224); }

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

background-color css

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

 a { background-color: rgb(56,28,224); }

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

border-color css

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

 span { border-color: rgb(56,28,224); }

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