Html Css Color HEX #381FFC Han Purple

📋 copy color: '#381FFC'

red 56 ◦ green 31 ◦ blue 252

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

Shades of Han Purple #381FFC

Tints of Han Purple #381FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.14%

 BLUE value IS 252 (98.83% from 255) = 74.34%

R = 16.52%
G = 9.14%
B = 74.34%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#381FFC (or 0x381FFC) is known color: Han Purple. HEX triplet: 38, 1F and FC. RGB value is (56,31,252). Sum of RGB (Red+Green+Blue) = 56+31+252=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 31 (12.5% from 255 or 9.14% from 339); Blue value is 252 (98.83% from 255 or 74.34% from 339); Max value from RGB is 252 - color contains mainly: blue. Hex color #381FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FFC is #C7E003. Grayscale: #3E3E3E. Windows color (decimal): -13099012 or 16523064. OLE color: 16523064.

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

Color convert

RGB 56 31 252 -
CMYK 0.78 0.88 0 0.01
HSL 246.79º 0.97% 0.55% -
HSV(B) 246.79º 0.88% 0.99% -
XYZ 19.69 8.85 92.77 -
YUV 63.67 234.28 122.53 -
System Red Green Blue C M Y K H S L
Decimal 56 31 252 0.78 0.88 0 0.01 246.79 0.97 0.55
Hex 38 1F FC 4E 58 0 1 F7 61 37
Octal 70 37 374 116 130 0 1 367 141 67
Binary 111000 11111 11111100 1001110 1011000 0 1 11110111 1100001 110111

Color Harmonies of #381FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FFC

Black with #381FFC

Text Example


Text Example

White with #381FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,31,252); }

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

background-color css

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

 a { background-color: rgb(56,31,252); }

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

border-color css

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

 span { border-color: rgb(56,31,252); }

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