Html Css Color HEX #3A00FB Han Purple

📋 copy color: '#3A00FB'

red 58 ◦ green 0 ◦ blue 251

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

Shades of Han Purple #3A00FB

Tints of Han Purple #3A00FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 81.23%

R = 18.77%
G = 0%
B = 81.23%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3A00FB (or 0x3A00FB) is known color: Han Purple. HEX triplet: 3A, 00 and FB. RGB value is (58,0,251). Sum of RGB (Red+Green+Blue) = 58+0+251=309 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.77% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 251 (98.44% from 255 or 81.23% from 309); Max value from RGB is 251 - color contains mainly: blue. Hex color #3A00FB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #3A00FB is #C5FF04. Grayscale: #2D2D2D. Windows color (decimal): -12975877 or 16449594. OLE color: 16449594.

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

Color convert

RGB 58 0 251 -
CMYK 0.77 1 0 0.02
HSL 253.86º 1% 0.49% -
HSV(B) 253.86º 1% 0.98% -
XYZ 19.16 7.86 91.78 -
YUV 45.96 243.72 136.59 -
System Red Green Blue C M Y K H S L
Decimal 58 0 251 0.77 1 0 0.02 253.86 1 0.49
Hex 3A 0 FB 4D 64 0 2 FE 64 31
Octal 72 0 373 115 144 0 2 376 144 61
Binary 111010 0 11111011 1001101 1100100 0 10 11111110 1100100 110001

Color Harmonies of #3A00FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A00FB

Black with #3A00FB

Text Example


Text Example

White with #3A00FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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