Html Css Color HEX #382BDD Han Purple

📋 copy color: '#382BDD'

red 56 ◦ green 43 ◦ blue 221

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

Shades of Han Purple #382BDD

Tints of Han Purple #382BDD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.44%

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

R = 17.5%
G = 13.44%
B = 69.06%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#382BDD (or 0x382BDD) is known color: Han Purple. HEX triplet: 38, 2B and DD. RGB value is (56,43,221). Sum of RGB (Red+Green+Blue) = 56+43+221=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 43 (17.19% from 255 or 13.44% from 320); Blue value is 221 (86.72% from 255 or 69.06% from 320); Max value from RGB is 221 - color contains mainly: blue. Hex color #382BDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BDD is #C7D422. Grayscale: #424242. Windows color (decimal): -13095971 or 14494520. OLE color: 14494520.

HSL color Cylindrical-coordinate representation of color #382BDD: hue angle of 244.38º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #382BDD is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 56 43 221 -
CMYK 0.75 0.81 0 0.13
HSL 244.38º 0.72% 0.52% -
HSV(B) 244.38º 0.81% 0.87% -
XYZ 15.55 7.79 69.09 -
YUV 67.18 214.81 120.03 -
System Red Green Blue C M Y K H S L
Decimal 56 43 221 0.75 0.81 0 0.13 244.38 0.72 0.52
Hex 38 2B DD 4B 51 0 D F4 48 34
Octal 70 53 335 113 121 0 15 364 110 64
Binary 111000 101011 11011101 1001011 1010001 0 1101 11110100 1001000 110100

Color Harmonies of #382BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BDD

Black with #382BDD

Text Example


Text Example

White with #382BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382BDD; }

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

 H1.HeaderClassName
 {
   color: #382BDD;
 }
 .AnyTagClassName
 {
   color: #382BDD;
 }
</style>

background-color css

<style>
 a { background-color: #382BDD; }

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

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

border-color css

<style>
 span { border-color: #382BDD; }

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

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