Html Css Color HEX #380AD7 Han Purple

📋 copy color: '#380AD7'

red 56 ◦ green 10 ◦ blue 215

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

Shades of Han Purple #380AD7

Tints of Han Purple #380AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 76.51%

R = 19.93%
G = 3.56%
B = 76.51%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#380AD7 (or 0x380AD7) is known color: Han Purple. HEX triplet: 38, 0A and D7. RGB value is (56,10,215). Sum of RGB (Red+Green+Blue) = 56+10+215=281 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.93% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 215 (84.38% from 255 or 76.51% from 281); Max value from RGB is 215 - color contains mainly: blue. Hex color #380AD7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AD7 is #C7F528. Grayscale: #2E2E2E. Windows color (decimal): -13104425 or 14092856. OLE color: 14092856.

HSL color Cylindrical-coordinate representation of color #380AD7: hue angle of 253.46º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380AD7 is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 56 10 215 -
CMYK 0.74 0.95 0 0.16
HSL 253.46º 0.91% 0.44% -
HSV(B) 253.46º 0.95% 0.84% -
XYZ 14.01 5.96 64.7 -
YUV 47.12 222.74 134.33 -
System Red Green Blue C M Y K H S L
Decimal 56 10 215 0.74 0.95 0 0.16 253.46 0.91 0.44
Hex 38 A D7 4A 5F 0 10 FD 5B 2C
Octal 70 12 327 112 137 0 20 375 133 54
Binary 111000 1010 11010111 1001010 1011111 0 10000 11111101 1011011 101100

Color Harmonies of #380AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380AD7

Black with #380AD7

Text Example


Text Example

White with #380AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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