Html Css Color HEX #382CDA Han Purple

📋 copy color: '#382CDA'

red 56 ◦ green 44 ◦ blue 218

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

Shades of Han Purple #382CDA

Tints of Han Purple #382CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.84%

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

R = 17.61%
G = 13.84%
B = 68.55%

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

#382CDA (or 0x382CDA) is known color: Han Purple. HEX triplet: 38, 2C and DA. RGB value is (56,44,218). Sum of RGB (Red+Green+Blue) = 56+44+218=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 44 (17.58% from 255 or 13.84% from 318); Blue value is 218 (85.55% from 255 or 68.55% from 318); Max value from RGB is 218 - color contains mainly: blue. Hex color #382CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382CDA is #C7D325. Grayscale: #424242. Windows color (decimal): -13095718 or 14298168. OLE color: 14298168.

HSL color Cylindrical-coordinate representation of color #382CDA: hue angle of 244.14º 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 #382CDA is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 56 44 218 -
CMYK 0.74 0.80 0 0.15
HSL 244.14º 0.7% 0.51% -
HSV(B) 244.14º 0.8% 0.85% -
XYZ 15.19 7.7 67.02 -
YUV 67.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 56 44 218 0.74 0.80 0 0.15 244.14 0.7 0.51
Hex 38 2C DA 4A 50 0 F F4 46 33
Octal 70 54 332 112 120 0 17 364 106 63
Binary 111000 101100 11011010 1001010 1010000 0 1111 11110100 1000110 110011

Color Harmonies of #382CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CDA

Black with #382CDA

Text Example


Text Example

White with #382CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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