Html Css Color HEX #380EFF Han Purple

📋 copy color: '#380EFF'

red 56 ◦ green 14 ◦ blue 255

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

Shades of Han Purple #380EFF

Tints of Han Purple #380EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 78.46%

R = 17.23%
G = 4.31%
B = 78.46%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#380EFF (or 0x380EFF) is known color: Han Purple. HEX triplet: 38, 0E and FF. RGB value is (56,14,255). Sum of RGB (Red+Green+Blue) = 56+14+255=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 255 (100% from 255 or 78.46% from 325); Max value from RGB is 255 - color contains mainly: blue. Hex color #380EFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380EFF is #C7F100. Grayscale: #353535. Windows color (decimal): -13103361 or 16715320. OLE color: 16715320.

HSL color Cylindrical-coordinate representation of color #380EFF: hue angle of 250.46º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380EFF is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 56 14 255 -
CMYK 0.78 0.95 0 0
HSL 250.46º 1% 0.53% -
HSV(B) 250.46º 0.95% 1% -
XYZ 19.84 8.37 95.18 -
YUV 54.03 241.41 129.4 -
System Red Green Blue C M Y K H S L
Decimal 56 14 255 0.78 0.95 0 0 250.46 1 0.53
Hex 38 E FF 4E 5F 0 0 FA 64 35
Octal 70 16 377 116 137 0 0 372 144 65
Binary 111000 1110 11111111 1001110 1011111 0 0 11111010 1100100 110101

Color Harmonies of #380EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380EFF

Black with #380EFF

Text Example


Text Example

White with #380EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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