Html Css Color HEX #382FEB Han Purple

📋 copy color: '#382FEB'

red 56 ◦ green 47 ◦ blue 235

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

Shades of Han Purple #382FEB

Tints of Han Purple #382FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.53%

R = 16.57%
G = 13.91%
B = 69.53%

CMYK

 C value IS 0.76

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#382FEB (or 0x382FEB) is known color: Han Purple. HEX triplet: 38, 2F and EB. RGB value is (56,47,235). Sum of RGB (Red+Green+Blue) = 56+47+235=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #382FEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382FEB is #C7D014. Grayscale: #464646. Windows color (decimal): -13094933 or 15413048. OLE color: 15413048.

HSL color Cylindrical-coordinate representation of color #382FEB: hue angle of 242.87º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #382FEB is Cyan = 0.76, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 47 235 -
CMYK 0.76 0.8 0 0.08
HSL 242.87º 0.82% 0.55% -
HSV(B) 242.87º 0.8% 0.92% -
XYZ 17.64 8.87 79.38 -
YUV 71.12 220.48 117.21 -
System Red Green Blue C M Y K H S L
Decimal 56 47 235 0.76 0.8 0 0.08 242.87 0.82 0.55
Hex 38 2F EB 4C 50 0 8 F3 52 37
Octal 70 57 353 114 120 0 10 363 122 67
Binary 111000 101111 11101011 1001100 1010000 0 1000 11110011 1010010 110111

Color Harmonies of #382FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FEB

Black with #382FEB

Text Example


Text Example

White with #382FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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