Html Css Color HEX #381FFA Han Purple

📋 copy color: '#381FFA'

red 56 ◦ green 31 ◦ blue 250

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

Shades of Han Purple #381FFA

Tints of Han Purple #381FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 74.18%

R = 16.62%
G = 9.2%
B = 74.18%

CMYK

 C value IS 0.78

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#381FFA (or 0x381FFA) is known color: Han Purple. HEX triplet: 38, 1F and FA. RGB value is (56,31,250). Sum of RGB (Red+Green+Blue) = 56+31+250=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 31 (12.5% from 255 or 9.20% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #381FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381FFA is #C7E005. Grayscale: #3E3E3E. Windows color (decimal): -13099014 or 16391992. OLE color: 16391992.

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

Color convert

RGB 56 31 250 -
CMYK 0.78 0.88 0 0.02
HSL 246.85º 0.96% 0.55% -
HSV(B) 246.85º 0.88% 0.98% -
XYZ 19.38 8.72 91.1 -
YUV 63.44 233.28 122.69 -
System Red Green Blue C M Y K H S L
Decimal 56 31 250 0.78 0.88 0 0.02 246.85 0.96 0.55
Hex 38 1F FA 4E 58 0 2 F7 60 37
Octal 70 37 372 116 130 0 2 367 140 67
Binary 111000 11111 11111010 1001110 1011000 0 10 11110111 1100000 110111

Color Harmonies of #381FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FFA

Black with #381FFA

Text Example


Text Example

White with #381FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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