Html Css Color HEX #3A169B Persian Indigo

📋 copy color: '#3A169B'

red 58 ◦ green 22 ◦ blue 155

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

Shades of Persian Indigo #3A169B

Tints of Persian Indigo #3A169B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 65.96%

R = 24.68%
G = 9.36%
B = 65.96%

CMYK

 C value IS 0.63

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A169B (or 0x3A169B) is known color: Persian Indigo. HEX triplet: 3A, 16 and 9B. RGB value is (58,22,155). Sum of RGB (Red+Green+Blue) = 58+22+155=235 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.68% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A169B is #C5E964. Grayscale: #2F2F2F. Windows color (decimal): -12970341 or 10163770. OLE color: 10163770.

HSL color Cylindrical-coordinate representation of color #3A169B: hue angle of 256.24º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3A169B is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 22 155 -
CMYK 0.63 0.86 0 0.39
HSL 256.24º 0.75% 0.35% -
HSV(B) 256.24º 0.86% 0.61% -
XYZ 7.95 3.84 31.33 -
YUV 47.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 58 22 155 0.63 0.86 0 0.39 256.24 0.75 0.35
Hex 3A 16 9B 3F 56 0 27 100 4B 23
Octal 72 26 233 77 126 0 47 400 113 43
Binary 111010 10110 10011011 111111 1010110 0 100111 100000000 1001011 100011

Color Harmonies of #3A169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A169B

Black with #3A169B

Text Example


Text Example

White with #3A169B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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