Html Css Color HEX #380FDD Han Purple

📋 copy color: '#380FDD'

red 56 ◦ green 15 ◦ blue 221

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

Shades of Han Purple #380FDD

Tints of Han Purple #380FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.14%

 BLUE value IS 221 (86.72% from 255) = 75.68%

R = 19.18%
G = 5.14%
B = 75.68%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#380FDD (or 0x380FDD) is known color: Han Purple. HEX triplet: 38, 0F and DD. RGB value is (56,15,221). Sum of RGB (Red+Green+Blue) = 56+15+221=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 221 (86.72% from 255 or 75.68% from 292); Max value from RGB is 221 - color contains mainly: blue. Hex color #380FDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380FDD is #C7F022. Grayscale: #313131. Windows color (decimal): -13103139 or 14487352. OLE color: 14487352.

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

Color convert

RGB 56 15 221 -
CMYK 0.75 0.93 0 0.13
HSL 251.94º 0.87% 0.46% -
HSV(B) 251.94º 0.93% 0.87% -
XYZ 14.85 6.4 68.86 -
YUV 50.74 224.08 131.75 -
System Red Green Blue C M Y K H S L
Decimal 56 15 221 0.75 0.93 0 0.13 251.94 0.87 0.46
Hex 38 F DD 4B 5D 0 D FC 57 2E
Octal 70 17 335 113 135 0 15 374 127 56
Binary 111000 1111 11011101 1001011 1011101 0 1101 11111100 1010111 101110

Color Harmonies of #380FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FDD

Black with #380FDD

Text Example


Text Example

White with #380FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,15,221); }

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

background-color css

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

 a { background-color: rgb(56,15,221); }

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

border-color css

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

 span { border-color: rgb(56,15,221); }

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