Html Css Color HEX #3A02DF Han Purple

📋 copy color: '#3A02DF'

red 58 ◦ green 2 ◦ blue 223

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

Shades of Han Purple #3A02DF

Tints of Han Purple #3A02DF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.71%

 BLUE value IS 223 (87.5% from 255) = 78.8%

R = 20.49%
G = 0.71%
B = 78.8%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A02DF (or 0x3A02DF) is known color: Han Purple. HEX triplet: 3A, 02 and DF. RGB value is (58,2,223). Sum of RGB (Red+Green+Blue) = 58+2+223=283 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.49% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 223 (87.5% from 255 or 78.80% from 283); Max value from RGB is 223 - color contains mainly: blue. Hex color #3A02DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A02DF is #C5FD20. Grayscale: #2B2B2B. Windows color (decimal): -12975393 or 14615098. OLE color: 14615098.

HSL color Cylindrical-coordinate representation of color #3A02DF: hue angle of 255.2º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3A02DF is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 58 2 223 -
CMYK 0.74 0.99 0 0.13
HSL 255.2º 0.98% 0.44% -
HSV(B) 255.2º 0.99% 0.87% -
XYZ 15.09 6.27 70.23 -
YUV 43.94 229.05 138.03 -
System Red Green Blue C M Y K H S L
Decimal 58 2 223 0.74 0.99 0 0.13 255.2 0.98 0.44
Hex 3A 2 DF 4A 63 0 D FF 62 2C
Octal 72 2 337 112 143 0 15 377 142 54
Binary 111010 10 11011111 1001010 1100011 0 1101 11111111 1100010 101100

Color Harmonies of #3A02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A02DF

Black with #3A02DF

Text Example


Text Example

White with #3A02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,2,223); }

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

background-color css

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

 a { background-color: rgb(58,2,223); }

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

border-color css

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

 span { border-color: rgb(58,2,223); }

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