Html Css Color HEX #382FDF Han Purple

📋 copy color: '#382FDF'

red 56 ◦ green 47 ◦ blue 223

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

Shades of Han Purple #382FDF

Tints of Han Purple #382FDF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 17.18%
G = 14.42%
B = 68.4%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#382FDF (or 0x382FDF) is known color: Han Purple. HEX triplet: 38, 2F and DF. RGB value is (56,47,223). Sum of RGB (Red+Green+Blue) = 56+47+223=326 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.18% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #382FDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382FDF is #C7D020. Grayscale: #454545. Windows color (decimal): -13094945 or 14626616. OLE color: 14626616.

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

Color convert

RGB 56 47 223 -
CMYK 0.75 0.79 0 0.13
HSL 243.07º 0.73% 0.53% -
HSV(B) 243.07º 0.79% 0.87% -
XYZ 15.97 8.2 70.55 -
YUV 69.76 214.48 118.19 -
System Red Green Blue C M Y K H S L
Decimal 56 47 223 0.75 0.79 0 0.13 243.07 0.73 0.53
Hex 38 2F DF 4B 4F 0 D F3 49 35
Octal 70 57 337 113 117 0 15 363 111 65
Binary 111000 101111 11011111 1001011 1001111 0 1101 11110011 1001001 110101

Color Harmonies of #382FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FDF

Black with #382FDF

Text Example


Text Example

White with #382FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,47,223); }

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

background-color css

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

 a { background-color: rgb(56,47,223); }

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

border-color css

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

 span { border-color: rgb(56,47,223); }

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