Html Css Color HEX #3A07DD Han Purple

📋 copy color: '#3A07DD'

red 58 ◦ green 7 ◦ blue 221

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

Shades of Han Purple #3A07DD

Tints of Han Purple #3A07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.45%

 BLUE value IS 221 (86.72% from 255) = 77.27%

R = 20.28%
G = 2.45%
B = 77.27%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#3A07DD (or 0x3A07DD) is known color: Han Purple. HEX triplet: 3A, 07 and DD. RGB value is (58,7,221). Sum of RGB (Red+Green+Blue) = 58+7+221=286 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.28% from 286); Green value is 7 (3.12% from 255 or 2.45% from 286); Blue value is 221 (86.72% from 255 or 77.27% from 286); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A07DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3A07DD is #C5F822. Grayscale: #2D2D2D. Windows color (decimal): -12974115 or 14485306. OLE color: 14485306.

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

Color convert

RGB 58 7 221 -
CMYK 0.74 0.97 0 0.13
HSL 254.3º 0.94% 0.45% -
HSV(B) 254.3º 0.97% 0.87% -
XYZ 14.87 6.27 68.83 -
YUV 46.65 226.4 136.1 -
System Red Green Blue C M Y K H S L
Decimal 58 7 221 0.74 0.97 0 0.13 254.3 0.94 0.45
Hex 3A 7 DD 4A 61 0 D FE 5E 2D
Octal 72 7 335 112 141 0 15 376 136 55
Binary 111010 111 11011101 1001010 1100001 0 1101 11111110 1011110 101101

Color Harmonies of #3A07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A07DD

Black with #3A07DD

Text Example


Text Example

White with #3A07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,7,221); }

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

background-color css

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

 a { background-color: rgb(58,7,221); }

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

border-color css

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

 span { border-color: rgb(58,7,221); }

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