Html Css Color HEX #381CFC Han Purple

📋 copy color: '#381CFC'

red 56 ◦ green 28 ◦ blue 252

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

Shades of Han Purple #381CFC

Tints of Han Purple #381CFC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.33%

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

R = 16.67%
G = 8.33%
B = 75%

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

#381CFC (or 0x381CFC) is known color: Han Purple. HEX triplet: 38, 1C and FC. RGB value is (56,28,252). Sum of RGB (Red+Green+Blue) = 56+28+252=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 28 (11.33% from 255 or 8.33% from 336); Blue value is 252 (98.83% from 255 or 75% from 336); Max value from RGB is 252 - color contains mainly: blue. Hex color #381CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381CFC is #C7E303. Grayscale: #3D3D3D. Windows color (decimal): -13099780 or 16522296. OLE color: 16522296.

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

Color convert

RGB 56 28 252 -
CMYK 0.78 0.89 0 0.01
HSL 247.5º 0.97% 0.55% -
HSV(B) 247.5º 0.89% 0.99% -
XYZ 19.62 8.7 92.74 -
YUV 61.91 235.28 123.79 -
System Red Green Blue C M Y K H S L
Decimal 56 28 252 0.78 0.89 0 0.01 247.5 0.97 0.55
Hex 38 1C FC 4E 59 0 1 F8 61 37
Octal 70 34 374 116 131 0 1 370 141 67
Binary 111000 11100 11111100 1001110 1011001 0 1 11111000 1100001 110111

Color Harmonies of #381CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CFC

Black with #381CFC

Text Example


Text Example

White with #381CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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