Html Css Color HEX #3A12F9 Han Purple

📋 copy color: '#3A12F9'

red 58 ◦ green 18 ◦ blue 249

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

Shades of Han Purple #3A12F9

Tints of Han Purple #3A12F9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.54%

 BLUE value IS 249 (97.66% from 255) = 76.62%

R = 17.85%
G = 5.54%
B = 76.62%

CMYK

 C value IS 0.77

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A12F9 (or 0x3A12F9) is known color: Han Purple. HEX triplet: 3A, 12 and F9. RGB value is (58,18,249). Sum of RGB (Red+Green+Blue) = 58+18+249=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 249 (97.66% from 255 or 76.62% from 325); Max value from RGB is 249 - color contains mainly: blue. Hex color #3A12F9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A12F9 is #C5ED06. Grayscale: #373737. Windows color (decimal): -12971271 or 16323130. OLE color: 16323130.

HSL color Cylindrical-coordinate representation of color #3A12F9: hue angle of 250.39º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A12F9 is Cyan = 0.77, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 58 18 249 -
CMYK 0.77 0.93 0 0.02
HSL 250.39º 0.95% 0.52% -
HSV(B) 250.39º 0.93% 0.98% -
XYZ 19.06 8.17 90.2 -
YUV 56.29 236.75 129.22 -
System Red Green Blue C M Y K H S L
Decimal 58 18 249 0.77 0.93 0 0.02 250.39 0.95 0.52
Hex 3A 12 F9 4D 5D 0 2 FA 5F 34
Octal 72 22 371 115 135 0 2 372 137 64
Binary 111010 10010 11111001 1001101 1011101 0 10 11111010 1011111 110100

Color Harmonies of #3A12F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A12F9

Black with #3A12F9

Text Example


Text Example

White with #3A12F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,18,249); }

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

background-color css

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

 a { background-color: rgb(58,18,249); }

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

border-color css

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

 span { border-color: rgb(58,18,249); }

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