Html Css Color HEX #381CDD Han Purple

📋 copy color: '#381CDD'

red 56 ◦ green 28 ◦ blue 221

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

Shades of Han Purple #381CDD

Tints of Han Purple #381CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.18%

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

R = 18.36%
G = 9.18%
B = 72.46%

CMYK

 C value IS 0.75

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#381CDD (or 0x381CDD) is known color: Han Purple. HEX triplet: 38, 1C and DD. RGB value is (56,28,221). Sum of RGB (Red+Green+Blue) = 56+28+221=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #381CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CDD is #C7E322. Grayscale: #393939. Windows color (decimal): -13099811 or 14490680. OLE color: 14490680.

HSL color Cylindrical-coordinate representation of color #381CDD: hue angle of 248.7º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381CDD is Cyan = 0.75, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 28 221 -
CMYK 0.75 0.87 0 0.13
HSL 248.7º 0.78% 0.49% -
HSV(B) 248.7º 0.87% 0.87% -
XYZ 15.1 6.89 68.94 -
YUV 58.37 219.78 126.31 -
System Red Green Blue C M Y K H S L
Decimal 56 28 221 0.75 0.87 0 0.13 248.7 0.78 0.49
Hex 38 1C DD 4B 57 0 D F9 4E 31
Octal 70 34 335 113 127 0 15 371 116 61
Binary 111000 11100 11011101 1001011 1010111 0 1101 11111001 1001110 110001

Color Harmonies of #381CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CDD

Black with #381CDD

Text Example


Text Example

White with #381CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381CDD; }

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

 H1.HeaderClassName
 {
   color: #381CDD;
 }
 .AnyTagClassName
 {
   color: #381CDD;
 }
</style>

background-color css

<style>
 a { background-color: #381CDD; }

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

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

border-color css

<style>
 span { border-color: #381CDD; }

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

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