Html Css Color HEX #381DFD Han Purple

📋 copy color: '#381DFD'

red 56 ◦ green 29 ◦ blue 253

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

Shades of Han Purple #381DFD

Tints of Han Purple #381DFD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.58%

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

R = 16.57%
G = 8.58%
B = 74.85%

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

#381DFD (or 0x381DFD) is known color: Han Purple. HEX triplet: 38, 1D and FD. RGB value is (56,29,253). Sum of RGB (Red+Green+Blue) = 56+29+253=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 29 (11.72% from 255 or 8.58% from 338); Blue value is 253 (99.22% from 255 or 74.85% from 338); Max value from RGB is 253 - color contains mainly: blue. Hex color #381DFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381DFD is #C7E202. Grayscale: #3D3D3D. Windows color (decimal): -13099523 or 16588088. OLE color: 16588088.

HSL color Cylindrical-coordinate representation of color #381DFD: hue angle of 247.23º 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 #381DFD is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 29 253 -
CMYK 0.78 0.89 0 0.01
HSL 247.23º 0.98% 0.55% -
HSV(B) 247.23º 0.89% 0.99% -
XYZ 19.8 8.81 93.59 -
YUV 62.61 235.45 123.29 -
System Red Green Blue C M Y K H S L
Decimal 56 29 253 0.78 0.89 0 0.01 247.23 0.98 0.55
Hex 38 1D FD 4E 59 0 1 F7 62 37
Octal 70 35 375 116 131 0 1 367 142 67
Binary 111000 11101 11111101 1001110 1011001 0 1 11110111 1100010 110111

Color Harmonies of #381DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DFD

Black with #381DFD

Text Example


Text Example

White with #381DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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