Html Css Color HEX #380EFC Han Purple

📋 copy color: '#380EFC'

red 56 ◦ green 14 ◦ blue 252

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

Shades of Han Purple #380EFC

Tints of Han Purple #380EFC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.35%

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

R = 17.39%
G = 4.35%
B = 78.26%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#380EFC (or 0x380EFC) is known color: Han Purple. HEX triplet: 38, 0E and FC. RGB value is (56,14,252). Sum of RGB (Red+Green+Blue) = 56+14+252=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 14 (5.86% from 255 or 4.35% from 322); Blue value is 252 (98.83% from 255 or 78.26% from 322); Max value from RGB is 252 - color contains mainly: blue. Hex color #380EFC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EFC is #C7F103. Grayscale: #343434. Windows color (decimal): -13103364 or 16518712. OLE color: 16518712.

HSL color Cylindrical-coordinate representation of color #380EFC: hue angle of 250.59º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380EFC is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 14 252 -
CMYK 0.78 0.94 0 0.01
HSL 250.59º 0.98% 0.52% -
HSV(B) 250.59º 0.94% 0.99% -
XYZ 19.36 8.18 92.65 -
YUV 53.69 239.91 129.65 -
System Red Green Blue C M Y K H S L
Decimal 56 14 252 0.78 0.94 0 0.01 250.59 0.98 0.52
Hex 38 E FC 4E 5E 0 1 FB 62 34
Octal 70 16 374 116 136 0 1 373 142 64
Binary 111000 1110 11111100 1001110 1011110 0 1 11111011 1100010 110100

Color Harmonies of #380EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EFC

Black with #380EFC

Text Example


Text Example

White with #380EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380EFC; }

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

 H1.HeaderClassName
 {
   color: #380EFC;
 }
 .AnyTagClassName
 {
   color: #380EFC;
 }
</style>

background-color css

<style>
 a { background-color: #380EFC; }

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

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

border-color css

<style>
 span { border-color: #380EFC; }

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

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