Html Css Color HEX #380BCE Han Purple

📋 copy color: '#380BCE'

red 56 ◦ green 11 ◦ blue 206

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

Shades of Han Purple #380BCE

Tints of Han Purple #380BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.46%

R = 20.51%
G = 4.03%
B = 75.46%

CMYK

 C value IS 0.73

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#380BCE (or 0x380BCE) is known color: Han Purple. HEX triplet: 38, 0B and CE. RGB value is (56,11,206). Sum of RGB (Red+Green+Blue) = 56+11+206=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 206 (80.86% from 255 or 75.46% from 273); Max value from RGB is 206 - color contains mainly: blue. Hex color #380BCE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380BCE is #C7F431. Grayscale: #2D2D2D. Windows color (decimal): -13104178 or 13503288. OLE color: 13503288.

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

Color convert

RGB 56 11 206 -
CMYK 0.73 0.95 0 0.19
HSL 253.85º 0.9% 0.43% -
HSV(B) 253.85º 0.95% 0.81% -
XYZ 12.89 5.54 58.78 -
YUV 46.69 217.91 134.64 -
System Red Green Blue C M Y K H S L
Decimal 56 11 206 0.73 0.95 0 0.19 253.85 0.9 0.43
Hex 38 B CE 49 5F 0 13 FE 5A 2B
Octal 70 13 316 111 137 0 23 376 132 53
Binary 111000 1011 11001110 1001001 1011111 0 10011 11111110 1011010 101011

Color Harmonies of #380BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BCE

Black with #380BCE

Text Example


Text Example

White with #380BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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