Html Css Color HEX #380CE2 Han Purple

📋 copy color: '#380CE2'

red 56 ◦ green 12 ◦ blue 226

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

Shades of Han Purple #380CE2

Tints of Han Purple #380CE2

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.08%

 BLUE value IS 226 (88.67% from 255) = 76.87%

R = 19.05%
G = 4.08%
B = 76.87%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#380CE2 (or 0x380CE2) is known color: Han Purple. HEX triplet: 38, 0C and E2. RGB value is (56,12,226). Sum of RGB (Red+Green+Blue) = 56+12+226=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 226 (88.67% from 255 or 76.87% from 294); Max value from RGB is 226 - color contains mainly: blue. Hex color #380CE2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380CE2 is #C7F31D. Grayscale: #303030. Windows color (decimal): -13103902 or 14814264. OLE color: 14814264.

HSL color Cylindrical-coordinate representation of color #380CE2: hue angle of 252.34º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CE2 is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 56 12 226 -
CMYK 0.75 0.95 0 0.11
HSL 252.34º 0.9% 0.47% -
HSV(B) 252.34º 0.95% 0.89% -
XYZ 15.49 6.59 72.41 -
YUV 49.55 227.58 132.6 -
System Red Green Blue C M Y K H S L
Decimal 56 12 226 0.75 0.95 0 0.11 252.34 0.9 0.47
Hex 38 C E2 4B 5F 0 B FC 5A 2F
Octal 70 14 342 113 137 0 13 374 132 57
Binary 111000 1100 11100010 1001011 1011111 0 1011 11111100 1011010 101111

Color Harmonies of #380CE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CE2

Black with #380CE2

Text Example


Text Example

White with #380CE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380CE2; }

 p { color: rgb(56,12,226); }

 H1.HeaderClassName
 {
   color: #380CE2;
 }
 .AnyTagClassName
 {
   color: #380CE2;
 }
</style>

background-color css

<style>
 a { background-color: #380CE2; }

 a { background-color: rgb(56,12,226); }

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

border-color css

<style>
 span { border-color: #380CE2; }

 span { border-color: rgb(56,12,226); }

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