Html Css Color HEX #3800ED Han Purple

📋 copy color: '#3800ED'

red 56 ◦ green 0 ◦ blue 237

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

Shades of Han Purple #3800ED

Tints of Han Purple #3800ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 80.89%

R = 19.11%
G = 0%
B = 80.89%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3800ED (or 0x3800ED) is known color: Han Purple. HEX triplet: 38, 00 and ED. RGB value is (56,0,237). Sum of RGB (Red+Green+Blue) = 56+0+237=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 237 (92.97% from 255 or 80.89% from 293); Max value from RGB is 237 - color contains mainly: blue. Hex color #3800ED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3800ED is #C7FF12. Grayscale: #2A2A2A. Windows color (decimal): -13106963 or 15532088. OLE color: 15532088.

HSL color Cylindrical-coordinate representation of color #3800ED: hue angle of 254.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3800ED is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 56 0 237 -
CMYK 0.76 1 0 0.07
HSL 254.18º 1% 0.46% -
HSV(B) 254.18º 1% 0.93% -
XYZ 16.92 6.96 80.57 -
YUV 43.76 237.05 136.73 -
System Red Green Blue C M Y K H S L
Decimal 56 0 237 0.76 1 0 0.07 254.18 1 0.46
Hex 38 0 ED 4C 64 0 7 FE 64 2E
Octal 70 0 355 114 144 0 7 376 144 56
Binary 111000 0 11101101 1001100 1100100 0 111 11111110 1100100 101110

Color Harmonies of #3800ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3800ED

Black with #3800ED

Text Example


Text Example

White with #3800ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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