Html Css Color HEX #3A00DB Han Purple

📋 copy color: '#3A00DB'

red 58 ◦ green 0 ◦ blue 219

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

Shades of Han Purple #3A00DB

Tints of Han Purple #3A00DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 79.06%

R = 20.94%
G = 0%
B = 79.06%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3A00DB (or 0x3A00DB) is known color: Han Purple. HEX triplet: 3A, 00 and DB. RGB value is (58,0,219). Sum of RGB (Red+Green+Blue) = 58+0+219=277 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.94% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 219 (85.94% from 255 or 79.06% from 277); Max value from RGB is 219 - color contains mainly: blue. Hex color #3A00DB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A00DB is #C5FF24. Grayscale: #292929. Windows color (decimal): -12975909 or 14352442. OLE color: 14352442.

HSL color Cylindrical-coordinate representation of color #3A00DB: hue angle of 255.89º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A00DB is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 58 0 219 -
CMYK 0.74 1 0 0.14
HSL 255.89º 1% 0.43% -
HSV(B) 255.89º 1% 0.86% -
XYZ 14.53 6.01 67.41 -
YUV 42.31 227.72 139.19 -
System Red Green Blue C M Y K H S L
Decimal 58 0 219 0.74 1 0 0.14 255.89 1 0.43
Hex 3A 0 DB 4A 64 0 E 100 64 2B
Octal 72 0 333 112 144 0 16 400 144 53
Binary 111010 0 11011011 1001010 1100100 0 1110 100000000 1100100 101011

Color Harmonies of #3A00DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A00DB

Black with #3A00DB

Text Example


Text Example

White with #3A00DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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