Html Css Color HEX #381AEA Han Purple

📋 copy color: '#381AEA'

red 56 ◦ green 26 ◦ blue 234

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

Shades of Han Purple #381AEA

Tints of Han Purple #381AEA

RGB

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

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

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

R = 17.72%
G = 8.23%
B = 74.05%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#381AEA (or 0x381AEA) is known color: Han Purple. HEX triplet: 38, 1A and EA. RGB value is (56,26,234). Sum of RGB (Red+Green+Blue) = 56+26+234=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 234 (91.80% from 255 or 74.05% from 316); Max value from RGB is 234 - color contains mainly: blue. Hex color #381AEA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #381AEA is #C7E515. Grayscale: #393939. Windows color (decimal): -13100310 or 15342136. OLE color: 15342136.

HSL color Cylindrical-coordinate representation of color #381AEA: hue angle of 248.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #381AEA is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 26 234 -
CMYK 0.76 0.89 0 0.08
HSL 248.65º 0.83% 0.51% -
HSV(B) 248.65º 0.89% 0.92% -
XYZ 16.85 7.52 78.41 -
YUV 58.68 226.94 126.09 -
System Red Green Blue C M Y K H S L
Decimal 56 26 234 0.76 0.89 0 0.08 248.65 0.83 0.51
Hex 38 1A EA 4C 59 0 8 F9 53 33
Octal 70 32 352 114 131 0 10 371 123 63
Binary 111000 11010 11101010 1001100 1011001 0 1000 11111001 1010011 110011

Color Harmonies of #381AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381AEA

Black with #381AEA

Text Example


Text Example

White with #381AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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