Html Css Color HEX #380AF8 Han Purple

📋 copy color: '#380AF8'

red 56 ◦ green 10 ◦ blue 248

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

Shades of Han Purple #380AF8

Tints of Han Purple #380AF8

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.18%

 BLUE value IS 248 (97.27% from 255) = 78.98%

R = 17.83%
G = 3.18%
B = 78.98%

CMYK

 C value IS 0.77

 M value IS 0.96

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#380AF8 (or 0x380AF8) is known color: Han Purple. HEX triplet: 38, 0A and F8. RGB value is (56,10,248). Sum of RGB (Red+Green+Blue) = 56+10+248=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 248 (97.27% from 255 or 78.98% from 314); Max value from RGB is 248 - color contains mainly: blue. Hex color #380AF8 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380AF8 is #C7F507. Grayscale: #313131. Windows color (decimal): -13104392 or 16255544. OLE color: 16255544.

HSL color Cylindrical-coordinate representation of color #380AF8: hue angle of 251.6º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380AF8 is Cyan = 0.77, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 56 10 248 -
CMYK 0.77 0.96 0 0.03
HSL 251.6º 0.94% 0.51% -
HSV(B) 251.6º 0.96% 0.97% -
XYZ 18.68 7.84 89.33 -
YUV 50.89 239.24 131.65 -
System Red Green Blue C M Y K H S L
Decimal 56 10 248 0.77 0.96 0 0.03 251.6 0.94 0.51
Hex 38 A F8 4D 60 0 3 FC 5E 33
Octal 70 12 370 115 140 0 3 374 136 63
Binary 111000 1010 11111000 1001101 1100000 0 11 11111100 1011110 110011

Color Harmonies of #380AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380AF8

Black with #380AF8

Text Example


Text Example

White with #380AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,10,248); }

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

background-color css

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

 a { background-color: rgb(56,10,248); }

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

border-color css

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

 span { border-color: rgb(56,10,248); }

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