Html Css Color HEX #380ACB Han Purple

📋 copy color: '#380ACB'

red 56 ◦ green 10 ◦ blue 203

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

Shades of Han Purple #380ACB

Tints of Han Purple #380ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.46%

R = 20.82%
G = 3.72%
B = 75.46%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#380ACB (or 0x380ACB) is known color: Han Purple. HEX triplet: 38, 0A and CB. RGB value is (56,10,203). Sum of RGB (Red+Green+Blue) = 56+10+203=269 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.82% from 269); Green value is 10 (4.30% from 255 or 3.72% from 269); Blue value is 203 (79.69% from 255 or 75.46% from 269); Max value from RGB is 203 - color contains mainly: blue. Hex color #380ACB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380ACB is #C7F534. Grayscale: #2D2D2D. Windows color (decimal): -13104437 or 13306424. OLE color: 13306424.

HSL color Cylindrical-coordinate representation of color #380ACB: hue angle of 254.3º degrees, saturation: 0.91, 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 #380ACB is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 10 203 -
CMYK 0.72 0.95 0 0.20
HSL 254.3º 0.91% 0.42% -
HSV(B) 254.3º 0.95% 0.8% -
XYZ 12.52 5.37 56.88 -
YUV 45.76 216.74 135.31 -
System Red Green Blue C M Y K H S L
Decimal 56 10 203 0.72 0.95 0 0.20 254.3 0.91 0.42
Hex 38 A CB 48 5F 0 14 FE 5B 2A
Octal 70 12 313 110 137 0 24 376 133 52
Binary 111000 1010 11001011 1001000 1011111 0 10100 11111110 1011011 101010

Color Harmonies of #380ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380ACB

Black with #380ACB

Text Example


Text Example

White with #380ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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