Html Css Color HEX #380CF9 Han Purple

📋 copy color: '#380CF9'

red 56 ◦ green 12 ◦ blue 249

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

Shades of Han Purple #380CF9

Tints of Han Purple #380CF9

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.79%

 BLUE value IS 249 (97.66% from 255) = 78.55%

R = 17.67%
G = 3.79%
B = 78.55%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#380CF9 (or 0x380CF9) is known color: Han Purple. HEX triplet: 38, 0C and F9. RGB value is (56,12,249). Sum of RGB (Red+Green+Blue) = 56+12+249=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 249 (97.66% from 255 or 78.55% from 317); Max value from RGB is 249 - color contains mainly: blue. Hex color #380CF9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CF9 is #C7F306. Grayscale: #333333. Windows color (decimal): -13103879 or 16321592. OLE color: 16321592.

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

Color convert

RGB 56 12 249 -
CMYK 0.78 0.95 0 0.02
HSL 251.14º 0.95% 0.51% -
HSV(B) 251.14º 0.95% 0.98% -
XYZ 18.86 7.94 90.16 -
YUV 52.17 239.08 130.73 -
System Red Green Blue C M Y K H S L
Decimal 56 12 249 0.78 0.95 0 0.02 251.14 0.95 0.51
Hex 38 C F9 4E 5F 0 2 FB 5F 33
Octal 70 14 371 116 137 0 2 373 137 63
Binary 111000 1100 11111001 1001110 1011111 0 10 11111011 1011111 110011

Color Harmonies of #380CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CF9

Black with #380CF9

Text Example


Text Example

White with #380CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,12,249); }

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

background-color css

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

 a { background-color: rgb(56,12,249); }

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

border-color css

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

 span { border-color: rgb(56,12,249); }

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