Html Css Color HEX #381BF5 Han Purple

📋 copy color: '#381BF5'

red 56 ◦ green 27 ◦ blue 245

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

Shades of Han Purple #381BF5

Tints of Han Purple #381BF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 74.7%

R = 17.07%
G = 8.23%
B = 74.7%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#381BF5 (or 0x381BF5) is known color: Han Purple. HEX triplet: 38, 1B and F5. RGB value is (56,27,245). Sum of RGB (Red+Green+Blue) = 56+27+245=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 27 (10.94% from 255 or 8.23% from 328); Blue value is 245 (96.09% from 255 or 74.70% from 328); Max value from RGB is 245 - color contains mainly: blue. Hex color #381BF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381BF5 is #C7E40A. Grayscale: #3B3B3B. Windows color (decimal): -13100043 or 16063288. OLE color: 16063288.

HSL color Cylindrical-coordinate representation of color #381BF5: hue angle of 247.98º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381BF5 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 56 27 245 -
CMYK 0.77 0.89 0 0.04
HSL 247.98º 0.92% 0.53% -
HSV(B) 247.98º 0.89% 0.96% -
XYZ 18.5 8.22 87 -
YUV 60.52 232.11 124.77 -
System Red Green Blue C M Y K H S L
Decimal 56 27 245 0.77 0.89 0 0.04 247.98 0.92 0.53
Hex 38 1B F5 4D 59 0 4 F8 5C 35
Octal 70 33 365 115 131 0 4 370 134 65
Binary 111000 11011 11110101 1001101 1011001 0 100 11111000 1011100 110101

Color Harmonies of #381BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BF5

Black with #381BF5

Text Example


Text Example

White with #381BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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