Html Css Color HEX #382DFB Han Purple

📋 copy color: '#382DFB'

red 56 ◦ green 45 ◦ blue 251

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

Shades of Han Purple #382DFB

Tints of Han Purple #382DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.78%

 BLUE value IS 251 (98.44% from 255) = 71.31%

R = 15.91%
G = 12.78%
B = 71.31%

CMYK

 C value IS 0.78

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#382DFB (or 0x382DFB) is known color: Han Purple. HEX triplet: 38, 2D and FB. RGB value is (56,45,251). Sum of RGB (Red+Green+Blue) = 56+45+251=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 251 (98.44% from 255 or 71.31% from 352); Max value from RGB is 251 - color contains mainly: blue. Hex color #382DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382DFB is #C7D204. Grayscale: #464646. Windows color (decimal): -13095429 or 16461112. OLE color: 16461112.

HSL color Cylindrical-coordinate representation of color #382DFB: hue angle of 243.2º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #382DFB is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 45 251 -
CMYK 0.78 0.82 0 0.02
HSL 243.2º 0.96% 0.58% -
HSV(B) 243.2º 0.82% 0.98% -
XYZ 19.98 9.68 92.08 -
YUV 71.77 229.14 116.75 -
System Red Green Blue C M Y K H S L
Decimal 56 45 251 0.78 0.82 0 0.02 243.2 0.96 0.58
Hex 38 2D FB 4E 52 0 2 F3 60 3A
Octal 70 55 373 116 122 0 2 363 140 72
Binary 111000 101101 11111011 1001110 1010010 0 10 11110011 1100000 111010

Color Harmonies of #382DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DFB

Black with #382DFB

Text Example


Text Example

White with #382DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,251); }

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

background-color css

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

 a { background-color: rgb(56,45,251); }

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

border-color css

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

 span { border-color: rgb(56,45,251); }

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