Html Css Color HEX #381BFC Han Purple

📋 copy color: '#381BFC'

red 56 ◦ green 27 ◦ blue 252

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

Shades of Han Purple #381BFC

Tints of Han Purple #381BFC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.06%

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

R = 16.72%
G = 8.06%
B = 75.22%

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

#381BFC (or 0x381BFC) is known color: Han Purple. HEX triplet: 38, 1B and FC. RGB value is (56,27,252). Sum of RGB (Red+Green+Blue) = 56+27+252=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 27 (10.94% from 255 or 8.06% from 335); Blue value is 252 (98.83% from 255 or 75.22% from 335); Max value from RGB is 252 - color contains mainly: blue. Hex color #381BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BFC is #C7E403. Grayscale: #3C3C3C. Windows color (decimal): -13100036 or 16522040. OLE color: 16522040.

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

Color convert

RGB 56 27 252 -
CMYK 0.78 0.89 0 0.01
HSL 247.73º 0.97% 0.55% -
HSV(B) 247.73º 0.89% 0.99% -
XYZ 19.59 8.65 92.73 -
YUV 61.32 235.61 124.2 -
System Red Green Blue C M Y K H S L
Decimal 56 27 252 0.78 0.89 0 0.01 247.73 0.97 0.55
Hex 38 1B FC 4E 59 0 1 F8 61 37
Octal 70 33 374 116 131 0 1 370 141 67
Binary 111000 11011 11111100 1001110 1011001 0 1 11111000 1100001 110111

Color Harmonies of #381BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BFC

Black with #381BFC

Text Example


Text Example

White with #381BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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