Html Css Color HEX #3A00CE Han Purple

📋 copy color: '#3A00CE'

red 58 ◦ green 0 ◦ blue 206

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

Shades of Han Purple #3A00CE

Tints of Han Purple #3A00CE

RGB

 RED value IS 58 (23.05% from 255) = 21.97%

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

 BLUE value IS 206 (80.86% from 255) = 78.03%

R = 21.97%
G = 0%
B = 78.03%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3A00CE (or 0x3A00CE) is known color: Han Purple. HEX triplet: 3A, 00 and CE. RGB value is (58,0,206). Sum of RGB (Red+Green+Blue) = 58+0+206=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 206 (80.86% from 255 or 78.03% from 264); Max value from RGB is 206 - color contains mainly: blue. Hex color #3A00CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00CE is #C5FF31. Grayscale: #282828. Windows color (decimal): -12975922 or 13500474. OLE color: 13500474.

HSL color Cylindrical-coordinate representation of color #3A00CE: hue angle of 256.89º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00CE is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 0 206 -
CMYK 0.72 1 0 0.19
HSL 256.89º 1% 0.4% -
HSV(B) 256.89º 1% 0.81% -
XYZ 12.89 5.36 58.75 -
YUV 40.83 221.22 140.25 -
System Red Green Blue C M Y K H S L
Decimal 58 0 206 0.72 1 0 0.19 256.89 1 0.4
Hex 3A 0 CE 48 64 0 13 101 64 28
Octal 72 0 316 110 144 0 23 401 144 50
Binary 111010 0 11001110 1001000 1100100 0 10011 100000001 1100100 101000

Color Harmonies of #3A00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A00CE

Black with #3A00CE

Text Example


Text Example

White with #3A00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A00CE; }

 p { color: rgb(58,0,206); }

 H1.HeaderClassName
 {
   color: #3A00CE;
 }
 .AnyTagClassName
 {
   color: #3A00CE;
 }
</style>

background-color css

<style>
 a { background-color: #3A00CE; }

 a { background-color: rgb(58,0,206); }

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

border-color css

<style>
 span { border-color: #3A00CE; }

 span { border-color: rgb(58,0,206); }

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