Html Css Color HEX #381ECF Han Purple

📋 copy color: '#381ECF'

red 56 ◦ green 30 ◦ blue 207

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

Shades of Han Purple #381ECF

Tints of Han Purple #381ECF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.24%

 BLUE value IS 207 (81.25% from 255) = 70.65%

R = 19.11%
G = 10.24%
B = 70.65%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381ECF (or 0x381ECF) is known color: Han Purple. HEX triplet: 38, 1E and CF. RGB value is (56,30,207). Sum of RGB (Red+Green+Blue) = 56+30+207=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 30 (12.11% from 255 or 10.24% from 293); Blue value is 207 (81.25% from 255 or 70.65% from 293); Max value from RGB is 207 - color contains mainly: blue. Hex color #381ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ECF is #C7E130. Grayscale: #393939. Windows color (decimal): -13099313 or 13573688. OLE color: 13573688.

HSL color Cylindrical-coordinate representation of color #381ECF: hue angle of 248.81º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381ECF is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 30 207 -
CMYK 0.73 0.86 0 0.19
HSL 248.81º 0.75% 0.46% -
HSV(B) 248.81º 0.86% 0.81% -
XYZ 13.36 6.27 59.54 -
YUV 57.95 212.11 126.61 -
System Red Green Blue C M Y K H S L
Decimal 56 30 207 0.73 0.86 0 0.19 248.81 0.75 0.46
Hex 38 1E CF 49 56 0 13 F9 4B 2E
Octal 70 36 317 111 126 0 23 371 113 56
Binary 111000 11110 11001111 1001001 1010110 0 10011 11111001 1001011 101110

Color Harmonies of #381ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ECF

Black with #381ECF

Text Example


Text Example

White with #381ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,30,207); }

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

background-color css

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

 a { background-color: rgb(56,30,207); }

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

border-color css

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

 span { border-color: rgb(56,30,207); }

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