Html Css Color HEX #382EEA Han Purple

📋 copy color: '#382EEA'

red 56 ◦ green 46 ◦ blue 234

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

Shades of Han Purple #382EEA

Tints of Han Purple #382EEA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.69%

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 16.67%
G = 13.69%
B = 69.64%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#382EEA (or 0x382EEA) is known color: Han Purple. HEX triplet: 38, 2E and EA. RGB value is (56,46,234). Sum of RGB (Red+Green+Blue) = 56+46+234=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 46 (18.36% from 255 or 13.69% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #382EEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382EEA is #C7D115. Grayscale: #454545. Windows color (decimal): -13095190 or 15347256. OLE color: 15347256.

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

Color convert

RGB 56 46 234 -
CMYK 0.76 0.80 0 0.08
HSL 243.19º 0.82% 0.55% -
HSV(B) 243.19º 0.8% 0.92% -
XYZ 17.46 8.74 78.61 -
YUV 70.42 220.31 117.71 -
System Red Green Blue C M Y K H S L
Decimal 56 46 234 0.76 0.80 0 0.08 243.19 0.82 0.55
Hex 38 2E EA 4C 50 0 8 F3 52 37
Octal 70 56 352 114 120 0 10 363 122 67
Binary 111000 101110 11101010 1001100 1010000 0 1000 11110011 1010010 110111

Color Harmonies of #382EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EEA

Black with #382EEA

Text Example


Text Example

White with #382EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,46,234); }

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

background-color css

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

 a { background-color: rgb(56,46,234); }

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

border-color css

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

 span { border-color: rgb(56,46,234); }

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