Html Css Color HEX #380ADF Han Purple

📋 copy color: '#380ADF'

red 56 ◦ green 10 ◦ blue 223

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

Shades of Han Purple #380ADF

Tints of Han Purple #380ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 77.16%

R = 19.38%
G = 3.46%
B = 77.16%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#380ADF (or 0x380ADF) is known color: Han Purple. HEX triplet: 38, 0A and DF. RGB value is (56,10,223). Sum of RGB (Red+Green+Blue) = 56+10+223=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #380ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ADF is #C7F520. Grayscale: #2F2F2F. Windows color (decimal): -13104417 or 14617144. OLE color: 14617144.

HSL color Cylindrical-coordinate representation of color #380ADF: hue angle of 252.96º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #380ADF is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 10 223 -
CMYK 0.75 0.96 0 0.13
HSL 252.96º 0.91% 0.46% -
HSV(B) 252.96º 0.96% 0.87% -
XYZ 15.06 6.39 70.25 -
YUV 48.04 226.74 133.68 -
System Red Green Blue C M Y K H S L
Decimal 56 10 223 0.75 0.96 0 0.13 252.96 0.91 0.46
Hex 38 A DF 4B 60 0 D FD 5B 2E
Octal 70 12 337 113 140 0 15 375 133 56
Binary 111000 1010 11011111 1001011 1100000 0 1101 11111101 1011011 101110

Color Harmonies of #380ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380ADF

Black with #380ADF

Text Example


Text Example

White with #380ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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