Html Css Color HEX #3A106C Persian Indigo

📋 copy color: '#3A106C'

red 58 ◦ green 16 ◦ blue 108

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

Shades of Persian Indigo #3A106C

Tints of Persian Indigo #3A106C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 59.34%

R = 31.87%
G = 8.79%
B = 59.34%

CMYK

 C value IS 0.46

 M value IS 0.85

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#3A106C (or 0x3A106C) is known color: Persian Indigo. HEX triplet: 3A, 10 and 6C. RGB value is (58,16,108). Sum of RGB (Red+Green+Blue) = 58+16+108=182 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.87% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #3A106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3A106C is #C5EF93. Grayscale: #262626. Windows color (decimal): -12971924 or 7082042. OLE color: 7082042.

HSL color Cylindrical-coordinate representation of color #3A106C: hue angle of 267.39º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3A106C is Cyan = 0.46, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 58 16 108 -
CMYK 0.46 0.85 0 0.58
HSL 267.39º 0.74% 0.24% -
HSV(B) 267.39º 0.85% 0.42% -
XYZ 4.64 2.35 14.4 -
YUV 39.05 166.91 141.52 -
System Red Green Blue C M Y K H S L
Decimal 58 16 108 0.46 0.85 0 0.58 267.39 0.74 0.24
Hex 3A 10 6C 2E 55 0 3A 10B 4A 18
Octal 72 20 154 56 125 0 72 413 112 30
Binary 111010 10000 1101100 101110 1010101 0 111010 100001011 1001010 11000

Color Harmonies of #3A106C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A106C

Black with #3A106C

Text Example


Text Example

White with #3A106C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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