Html Css Color HEX #3800EF Han Purple

📋 copy color: '#3800EF'

red 56 ◦ green 0 ◦ blue 239

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

Shades of Han Purple #3800EF

Tints of Han Purple #3800EF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 239 (93.75% from 255) = 81.02%

R = 18.98%
G = 0%
B = 81.02%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3800EF (or 0x3800EF) is known color: Han Purple. HEX triplet: 38, 00 and EF. RGB value is (56,0,239). Sum of RGB (Red+Green+Blue) = 56+0+239=295 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.98% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 239 (93.75% from 255 or 81.02% from 295); Max value from RGB is 239 - color contains mainly: blue. Hex color #3800EF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3800EF is #C7FF10. Grayscale: #2B2B2B. Windows color (decimal): -13106961 or 15663160. OLE color: 15663160.

HSL color Cylindrical-coordinate representation of color #3800EF: hue angle of 254.06º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800EF is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 56 0 239 -
CMYK 0.77 1 0 0.06
HSL 254.06º 1% 0.47% -
HSV(B) 254.06º 1% 0.94% -
XYZ 17.21 7.07 82.12 -
YUV 43.99 238.05 136.57 -
System Red Green Blue C M Y K H S L
Decimal 56 0 239 0.77 1 0 0.06 254.06 1 0.47
Hex 38 0 EF 4D 64 0 6 FE 64 2F
Octal 70 0 357 115 144 0 6 376 144 57
Binary 111000 0 11101111 1001101 1100100 0 110 11111110 1100100 101111

Color Harmonies of #3800EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3800EF

Black with #3800EF

Text Example


Text Example

White with #3800EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3800EF; }

 p { color: rgb(56,0,239); }

 H1.HeaderClassName
 {
   color: #3800EF;
 }
 .AnyTagClassName
 {
   color: #3800EF;
 }
</style>

background-color css

<style>
 a { background-color: #3800EF; }

 a { background-color: rgb(56,0,239); }

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

border-color css

<style>
 span { border-color: #3800EF; }

 span { border-color: rgb(56,0,239); }

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