Html Css Color HEX #380CEA Han Purple

📋 copy color: '#380CEA'

red 56 ◦ green 12 ◦ blue 234

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

Shades of Han Purple #380CEA

Tints of Han Purple #380CEA

RGB

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

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

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

R = 18.54%
G = 3.97%
B = 77.48%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#380CEA (or 0x380CEA) is known color: Han Purple. HEX triplet: 38, 0C and EA. RGB value is (56,12,234). Sum of RGB (Red+Green+Blue) = 56+12+234=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 12 (5.08% from 255 or 3.97% from 302); Blue value is 234 (91.80% from 255 or 77.48% from 302); Max value from RGB is 234 - color contains mainly: blue. Hex color #380CEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380CEA is #C7F315. Grayscale: #313131. Windows color (decimal): -13103894 or 15338552. OLE color: 15338552.

HSL color Cylindrical-coordinate representation of color #380CEA: hue angle of 251.89º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380CEA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 12 234 -
CMYK 0.76 0.95 0 0.08
HSL 251.89º 0.9% 0.48% -
HSV(B) 251.89º 0.95% 0.92% -
XYZ 16.61 7.04 78.33 -
YUV 50.46 231.58 131.95 -
System Red Green Blue C M Y K H S L
Decimal 56 12 234 0.76 0.95 0 0.08 251.89 0.9 0.48
Hex 38 C EA 4C 5F 0 8 FC 5A 30
Octal 70 14 352 114 137 0 10 374 132 60
Binary 111000 1100 11101010 1001100 1011111 0 1000 11111100 1011010 110000

Color Harmonies of #380CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380CEA

Black with #380CEA

Text Example


Text Example

White with #380CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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