Html Css Color HEX #3A10AE Persian Indigo

📋 copy color: '#3A10AE'

red 58 ◦ green 16 ◦ blue 174

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

Shades of Persian Indigo #3A10AE

Tints of Persian Indigo #3A10AE

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 174 (68.36% from 255) = 70.16%

R = 23.39%
G = 6.45%
B = 70.16%

CMYK

 C value IS 0.67

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3A10AE (or 0x3A10AE) is known color: Persian Indigo. HEX triplet: 3A, 10 and AE. RGB value is (58,16,174). Sum of RGB (Red+Green+Blue) = 58+16+174=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A10AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A10AE is #C5EF51. Grayscale: #2D2D2D. Windows color (decimal): -12971858 or 11407418. OLE color: 11407418.

HSL color Cylindrical-coordinate representation of color #3A10AE: hue angle of 255.95º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3A10AE is Cyan = 0.67, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 16 174 -
CMYK 0.67 0.91 0 0.32
HSL 255.95º 0.83% 0.37% -
HSV(B) 255.95º 0.91% 0.68% -
XYZ 9.57 4.33 40.38 -
YUV 46.57 199.91 136.15 -
System Red Green Blue C M Y K H S L
Decimal 58 16 174 0.67 0.91 0 0.32 255.95 0.83 0.37
Hex 3A 10 AE 43 5B 0 20 100 53 25
Octal 72 20 256 103 133 0 40 400 123 45
Binary 111010 10000 10101110 1000011 1011011 0 100000 100000000 1010011 100101

Color Harmonies of #3A10AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A10AE

Black with #3A10AE

Text Example


Text Example

White with #3A10AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,16,174); }

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

background-color css

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

 a { background-color: rgb(58,16,174); }

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

border-color css

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

 span { border-color: rgb(58,16,174); }

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