Html Css Color HEX #3A166E Persian Indigo

📋 copy color: '#3A166E'

red 58 ◦ green 22 ◦ blue 110

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

Shades of Persian Indigo #3A166E

Tints of Persian Indigo #3A166E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.58%

 BLUE value IS 110 (43.36% from 255) = 57.89%

R = 30.53%
G = 11.58%
B = 57.89%

CMYK

 C value IS 0.47

 M value IS 0.8

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#3A166E (or 0x3A166E) is known color: Persian Indigo. HEX triplet: 3A, 16 and 6E. RGB value is (58,22,110). Sum of RGB (Red+Green+Blue) = 58+22+110=190 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.53% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #3A166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A166E is #C5E991. Grayscale: #2A2A2A. Windows color (decimal): -12970386 or 7214650. OLE color: 7214650.

HSL color Cylindrical-coordinate representation of color #3A166E: hue angle of 264.55º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A166E is Cyan = 0.47, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 58 22 110 -
CMYK 0.47 0.8 0 0.57
HSL 264.55º 0.67% 0.26% -
HSV(B) 264.55º 0.8% 0.43% -
XYZ 4.85 2.6 15 -
YUV 42.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 58 22 110 0.47 0.8 0 0.57 264.55 0.67 0.26
Hex 3A 16 6E 2F 50 0 39 109 43 1A
Octal 72 26 156 57 120 0 71 411 103 32
Binary 111010 10110 1101110 101111 1010000 0 111001 100001001 1000011 11010

Color Harmonies of #3A166E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A166E

Black with #3A166E

Text Example


Text Example

White with #3A166E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,22,110); }

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

background-color css

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

 a { background-color: rgb(58,22,110); }

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

border-color css

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

 span { border-color: rgb(58,22,110); }

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