Html Css Color HEX #381ACF Han Purple

📋 copy color: '#381ACF'

red 56 ◦ green 26 ◦ blue 207

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

Shades of Han Purple #381ACF

Tints of Han Purple #381ACF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9%

 BLUE value IS 207 (81.25% from 255) = 71.63%

R = 19.38%
G = 9%
B = 71.63%

CMYK

 C value IS 0.73

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381ACF (or 0x381ACF) is known color: Han Purple. HEX triplet: 38, 1A and CF. RGB value is (56,26,207). Sum of RGB (Red+Green+Blue) = 56+26+207=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 26 (10.55% from 255 or 9.00% from 289); Blue value is 207 (81.25% from 255 or 71.63% from 289); Max value from RGB is 207 - color contains mainly: blue. Hex color #381ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ACF is #C7E530. Grayscale: #363636. Windows color (decimal): -13100337 or 13572664. OLE color: 13572664.

HSL color Cylindrical-coordinate representation of color #381ACF: hue angle of 249.94º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #381ACF is Cyan = 0.73, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 26 207 -
CMYK 0.73 0.87 0 0.19
HSL 249.94º 0.78% 0.46% -
HSV(B) 249.94º 0.87% 0.81% -
XYZ 13.26 6.08 59.51 -
YUV 55.6 213.44 128.28 -
System Red Green Blue C M Y K H S L
Decimal 56 26 207 0.73 0.87 0 0.19 249.94 0.78 0.46
Hex 38 1A CF 49 57 0 13 FA 4E 2E
Octal 70 32 317 111 127 0 23 372 116 56
Binary 111000 11010 11001111 1001001 1010111 0 10011 11111010 1001110 101110

Color Harmonies of #381ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ACF

Black with #381ACF

Text Example


Text Example

White with #381ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381ACF; }

 p { color: rgb(56,26,207); }

 H1.HeaderClassName
 {
   color: #381ACF;
 }
 .AnyTagClassName
 {
   color: #381ACF;
 }
</style>

background-color css

<style>
 a { background-color: #381ACF; }

 a { background-color: rgb(56,26,207); }

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

border-color css

<style>
 span { border-color: #381ACF; }

 span { border-color: rgb(56,26,207); }

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