Html Css Color HEX #382BDA Han Purple

📋 copy color: '#382BDA'

red 56 ◦ green 43 ◦ blue 218

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

Shades of Han Purple #382BDA

Tints of Han Purple #382BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 68.77%

R = 17.67%
G = 13.56%
B = 68.77%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#382BDA (or 0x382BDA) is known color: Han Purple. HEX triplet: 38, 2B and DA. RGB value is (56,43,218). Sum of RGB (Red+Green+Blue) = 56+43+218=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #382BDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382BDA is #C7D425. Grayscale: #424242. Windows color (decimal): -13095974 or 14297912. OLE color: 14297912.

HSL color Cylindrical-coordinate representation of color #382BDA: hue angle of 244.46º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382BDA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 43 218 -
CMYK 0.74 0.80 0 0.15
HSL 244.46º 0.7% 0.51% -
HSV(B) 244.46º 0.8% 0.85% -
XYZ 15.15 7.63 67 -
YUV 66.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 56 43 218 0.74 0.80 0 0.15 244.46 0.7 0.51
Hex 38 2B DA 4A 50 0 F F4 46 33
Octal 70 53 332 112 120 0 17 364 106 63
Binary 111000 101011 11011010 1001010 1010000 0 1111 11110100 1000110 110011

Color Harmonies of #382BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382BDA

Black with #382BDA

Text Example


Text Example

White with #382BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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