Html Css Color HEX #380BDD Han Purple

📋 copy color: '#380BDD'

red 56 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #380BDD

Tints of Han Purple #380BDD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.82%

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

R = 19.44%
G = 3.82%
B = 76.74%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#380BDD (or 0x380BDD) is known color: Han Purple. HEX triplet: 38, 0B and DD. RGB value is (56,11,221). Sum of RGB (Red+Green+Blue) = 56+11+221=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 11 (4.69% from 255 or 3.82% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #380BDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BDD is #C7F422. Grayscale: #2F2F2F. Windows color (decimal): -13104163 or 14486328. OLE color: 14486328.

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

Color convert

RGB 56 11 221 -
CMYK 0.75 0.95 0 0.13
HSL 252.86º 0.91% 0.45% -
HSV(B) 252.86º 0.95% 0.87% -
XYZ 14.8 6.3 68.84 -
YUV 48.4 225.41 133.42 -
System Red Green Blue C M Y K H S L
Decimal 56 11 221 0.75 0.95 0 0.13 252.86 0.91 0.45
Hex 38 B DD 4B 5F 0 D FD 5B 2D
Octal 70 13 335 113 137 0 15 375 133 55
Binary 111000 1011 11011101 1001011 1011111 0 1101 11111101 1011011 101101

Color Harmonies of #380BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BDD

Black with #380BDD

Text Example


Text Example

White with #380BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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