Html Css Color HEX #381CDF Han Purple

📋 copy color: '#381CDF'

red 56 ◦ green 28 ◦ blue 223

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

Shades of Han Purple #381CDF

Tints of Han Purple #381CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.64%

R = 18.24%
G = 9.12%
B = 72.64%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#381CDF (or 0x381CDF) is known color: Han Purple. HEX triplet: 38, 1C and DF. RGB value is (56,28,223). Sum of RGB (Red+Green+Blue) = 56+28+223=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 28 (11.33% from 255 or 9.12% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #381CDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CDF is #C7E320. Grayscale: #393939. Windows color (decimal): -13099809 or 14621752. OLE color: 14621752.

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

Color convert

RGB 56 28 223 -
CMYK 0.75 0.87 0 0.13
HSL 248.62º 0.78% 0.49% -
HSV(B) 248.62º 0.87% 0.87% -
XYZ 15.37 7 70.35 -
YUV 58.6 220.78 126.14 -
System Red Green Blue C M Y K H S L
Decimal 56 28 223 0.75 0.87 0 0.13 248.62 0.78 0.49
Hex 38 1C DF 4B 57 0 D F9 4E 31
Octal 70 34 337 113 127 0 15 371 116 61
Binary 111000 11100 11011111 1001011 1010111 0 1101 11111001 1001110 110001

Color Harmonies of #381CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CDF

Black with #381CDF

Text Example


Text Example

White with #381CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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