Html Css Color HEX #380BEA Han Purple

📋 copy color: '#380BEA'

red 56 ◦ green 11 ◦ blue 234

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

Shades of Han Purple #380BEA

Tints of Han Purple #380BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.65%

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

R = 18.6%
G = 3.65%
B = 77.74%

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

#380BEA (or 0x380BEA) is known color: Han Purple. HEX triplet: 38, 0B and EA. RGB value is (56,11,234). Sum of RGB (Red+Green+Blue) = 56+11+234=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 11 (4.69% from 255 or 3.65% from 301); Blue value is 234 (91.80% from 255 or 77.74% from 301); Max value from RGB is 234 - color contains mainly: blue. Hex color #380BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #380BEA is #C7F415. Grayscale: #313131. Windows color (decimal): -13104150 or 15338296. OLE color: 15338296.

HSL color Cylindrical-coordinate representation of color #380BEA: hue angle of 252.11º degrees, saturation: 0.91, 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 #380BEA is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 56 11 234 -
CMYK 0.76 0.95 0 0.08
HSL 252.11º 0.91% 0.48% -
HSV(B) 252.11º 0.95% 0.92% -
XYZ 16.6 7.02 78.32 -
YUV 49.88 231.91 132.37 -
System Red Green Blue C M Y K H S L
Decimal 56 11 234 0.76 0.95 0 0.08 252.11 0.91 0.48
Hex 38 B EA 4C 5F 0 8 FC 5B 30
Octal 70 13 352 114 137 0 10 374 133 60
Binary 111000 1011 11101010 1001100 1011111 0 1000 11111100 1011011 110000

Color Harmonies of #380BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BEA

Black with #380BEA

Text Example


Text Example

White with #380BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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