Html Css Color HEX #380BCD Han Purple

📋 copy color: '#380BCD'

red 56 ◦ green 11 ◦ blue 205

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

Shades of Han Purple #380BCD

Tints of Han Purple #380BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 75.37%

R = 20.59%
G = 4.04%
B = 75.37%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#380BCD (or 0x380BCD) is known color: Han Purple. HEX triplet: 38, 0B and CD. RGB value is (56,11,205). Sum of RGB (Red+Green+Blue) = 56+11+205=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 205 (80.47% from 255 or 75.37% from 272); Max value from RGB is 205 - color contains mainly: blue. Hex color #380BCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BCD is #C7F432. Grayscale: #2D2D2D. Windows color (decimal): -13104179 or 13437752. OLE color: 13437752.

HSL color Cylindrical-coordinate representation of color #380BCD: hue angle of 253.92º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380BCD is Cyan = 0.73, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 11 205 -
CMYK 0.73 0.95 0 0.20
HSL 253.92º 0.9% 0.42% -
HSV(B) 253.92º 0.95% 0.8% -
XYZ 12.77 5.49 58.14 -
YUV 46.57 217.41 134.73 -
System Red Green Blue C M Y K H S L
Decimal 56 11 205 0.73 0.95 0 0.20 253.92 0.9 0.42
Hex 38 B CD 49 5F 0 14 FE 5A 2A
Octal 70 13 315 111 137 0 24 376 132 52
Binary 111000 1011 11001101 1001001 1011111 0 10100 11111110 1011010 101010

Color Harmonies of #380BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BCD

Black with #380BCD

Text Example


Text Example

White with #380BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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