Html Css Color HEX #381CFD Han Purple

📋 copy color: '#381CFD'

red 56 ◦ green 28 ◦ blue 253

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

Shades of Han Purple #381CFD

Tints of Han Purple #381CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 75.07%

R = 16.62%
G = 8.31%
B = 75.07%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#381CFD (or 0x381CFD) is known color: Han Purple. HEX triplet: 38, 1C and FD. RGB value is (56,28,253). Sum of RGB (Red+Green+Blue) = 56+28+253=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 253 (99.22% from 255 or 75.07% from 337); Max value from RGB is 253 - color contains mainly: blue. Hex color #381CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CFD is #C7E302. Grayscale: #3D3D3D. Windows color (decimal): -13099779 or 16587832. OLE color: 16587832.

HSL color Cylindrical-coordinate representation of color #381CFD: hue angle of 247.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381CFD is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 28 253 -
CMYK 0.78 0.89 0 0.01
HSL 247.47º 0.98% 0.55% -
HSV(B) 247.47º 0.89% 0.99% -
XYZ 19.78 8.76 93.58 -
YUV 62.02 235.78 123.7 -
System Red Green Blue C M Y K H S L
Decimal 56 28 253 0.78 0.89 0 0.01 247.47 0.98 0.55
Hex 38 1C FD 4E 59 0 1 F7 62 37
Octal 70 34 375 116 131 0 1 367 142 67
Binary 111000 11100 11111101 1001110 1011001 0 1 11110111 1100010 110111

Color Harmonies of #381CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CFD

Black with #381CFD

Text Example


Text Example

White with #381CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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