Html Css Color HEX #382CFA Han Purple

📋 copy color: '#382CFA'

red 56 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #382CFA

Tints of Han Purple #382CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.43%

R = 16%
G = 12.57%
B = 71.43%

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

#382CFA (or 0x382CFA) is known color: Han Purple. HEX triplet: 38, 2C and FA. RGB value is (56,44,250). Sum of RGB (Red+Green+Blue) = 56+44+250=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 44 (17.58% from 255 or 12.57% from 350); Blue value is 250 (98.05% from 255 or 71.43% from 350); Max value from RGB is 250 - color contains mainly: blue. Hex color #382CFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #382CFA is #C7D305. Grayscale: #464646. Windows color (decimal): -13095686 or 16395320. OLE color: 16395320.

HSL color Cylindrical-coordinate representation of color #382CFA: hue angle of 243.5º degrees, saturation: 0.95, 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 #382CFA is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 56 44 250 -
CMYK 0.78 0.82 0 0.02
HSL 243.5º 0.95% 0.58% -
HSV(B) 243.5º 0.82% 0.98% -
XYZ 19.79 9.54 91.24 -
YUV 71.07 228.98 117.25 -
System Red Green Blue C M Y K H S L
Decimal 56 44 250 0.78 0.82 0 0.02 243.5 0.95 0.58
Hex 38 2C FA 4E 52 0 2 F3 5F 3A
Octal 70 54 372 116 122 0 2 363 137 72
Binary 111000 101100 11111010 1001110 1010010 0 10 11110011 1011111 111010

Color Harmonies of #382CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382CFA

Black with #382CFA

Text Example


Text Example

White with #382CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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