Html Css Color HEX #380CCB Han Purple

📋 copy color: '#380CCB'

red 56 ◦ green 12 ◦ blue 203

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

Shades of Han Purple #380CCB

Tints of Han Purple #380CCB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.43%

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

R = 20.66%
G = 4.43%
B = 74.91%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#380CCB (or 0x380CCB) is known color: Han Purple. HEX triplet: 38, 0C and CB. RGB value is (56,12,203). Sum of RGB (Red+Green+Blue) = 56+12+203=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #380CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CCB is #C7F334. Grayscale: #2E2E2E. Windows color (decimal): -13103925 or 13306936. OLE color: 13306936.

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

Color convert

RGB 56 12 203 -
CMYK 0.72 0.94 0 0.20
HSL 253.82º 0.89% 0.42% -
HSV(B) 253.82º 0.94% 0.8% -
XYZ 12.54 5.42 56.88 -
YUV 46.93 216.08 134.47 -
System Red Green Blue C M Y K H S L
Decimal 56 12 203 0.72 0.94 0 0.20 253.82 0.89 0.42
Hex 38 C CB 48 5E 0 14 FE 59 2A
Octal 70 14 313 110 136 0 24 376 131 52
Binary 111000 1100 11001011 1001000 1011110 0 10100 11111110 1011001 101010

Color Harmonies of #380CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CCB

Black with #380CCB

Text Example


Text Example

White with #380CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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